Home
last modified time | relevance | path

Searched refs:COVERAGE_ANY_REG (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/probes/kprobes/
Dtest-core.c764 #define COVERAGE_ANY_REG (1<<0) macro
770 [REG_TYPE_ANY] = COVERAGE_ANY_REG | COVERAGE_SP | COVERAGE_PC,
771 [REG_TYPE_SAMEAS16] = COVERAGE_ANY_REG,
774 [REG_TYPE_NOSP] = COVERAGE_ANY_REG | COVERAGE_SP,
775 [REG_TYPE_NOSPPC] = COVERAGE_ANY_REG | COVERAGE_SP | COVERAGE_PC,
776 [REG_TYPE_NOPC] = COVERAGE_ANY_REG | COVERAGE_PC,
777 [REG_TYPE_NOPCWB] = COVERAGE_ANY_REG | COVERAGE_PC | COVERAGE_PCWB,
778 [REG_TYPE_NOPCX] = COVERAGE_ANY_REG,
779 [REG_TYPE_NOSPPCX] = COVERAGE_ANY_REG | COVERAGE_SP,
850 flag = COVERAGE_ANY_REG; in coverage_add_registers()