Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/probes/kprobes/
Dtest-core.c705 #define COVERAGE_ANY_REG (1<<0) macro
711 [REG_TYPE_ANY] = COVERAGE_ANY_REG | COVERAGE_SP | COVERAGE_PC,
712 [REG_TYPE_SAMEAS16] = COVERAGE_ANY_REG,
715 [REG_TYPE_NOSP] = COVERAGE_ANY_REG | COVERAGE_SP,
716 [REG_TYPE_NOSPPC] = COVERAGE_ANY_REG | COVERAGE_SP | COVERAGE_PC,
717 [REG_TYPE_NOPC] = COVERAGE_ANY_REG | COVERAGE_PC,
718 [REG_TYPE_NOPCWB] = COVERAGE_ANY_REG | COVERAGE_PC | COVERAGE_PCWB,
719 [REG_TYPE_NOPCX] = COVERAGE_ANY_REG,
720 [REG_TYPE_NOSPPCX] = COVERAGE_ANY_REG | COVERAGE_SP,
792 flag = COVERAGE_ANY_REG; in coverage_add_registers()