Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hwpmc/
Dhwpmc_arm64.h43 #define EVENT_ID_MASK 0xFF macro
Dhwpmc_riscv.h43 #define EVENT_ID_MASK 0xFF macro
Dhwpmc_armv7.h58 #define EVENT_ID_MASK 0xFF macro
Dhwpmc_arm64.c184 config = (pe & EVENT_ID_MASK); in arm64_allocate_pmc()
Dhwpmc_armv7.c154 config = (pe & EVENT_ID_MASK); in armv7_allocate_pmc()