Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hwpmc/
H A Dhwpmc_ppc970.c99 .pe_code = 0x2
123 .pe_code = 0x3
127 .pe_code = 0x4
131 .pe_code = 0x5
135 .pe_code = 0xb
139 .pe_code = 0x1
143 .pe_code = 0x2
147 .pe_code = 0x3
151 .pe_code = 0x4
155 .pe_code = 0x5
[all …]
H A Dhwpmc_power8.c49 .pe_code = 0x00
58 .pe_code = 0xf0
62 .pe_code = 0xf2
66 .pe_code = 0xf4
70 .pe_code = 0xf6
74 .pe_code = 0xf8
78 .pe_code = 0xfa
82 .pe_code = 0xf0
86 .pe_code = 0xf2
90 .pe_code = 0xf4
[all …]
H A Dhwpmc_e500.c47 uint8_t pe_code; /* numeric code */ member
64 .pe_code = number, .pe_cpu = core }
389 if (ev->pe_code == 0) in e500_allocate_pmc()
408 config |= PMLCax_EVENT(ev->pe_code); in e500_allocate_pmc()
H A Dhwpmc_powerpc.h76 uint32_t pe_code; member
H A Dhwpmc_amd.c250 uint16_t pe_code; /* encoded event mask */ member
628 AMD_PMC_TO_EVENTMASK(amd_event_codes[i].pe_code); in amd_allocate_pmc()
H A Dhwpmc_armv7.c46 uint8_t pe_code; member
H A Dhwpmc_mpc7xxx.c71 { .pe_event = PMC_EV_PPC7450_##id, .pe_flags = mask, .pe_code = number }
H A Dhwpmc_arm64.c45 uint8_t pe_code; member
H A Dhwpmc_powerpc.c223 config = ppc_event_codes[i].pe_code; in powerpc_allocate_pmc()
H A Dhwpmc_mips.c93 event = mips_event_codes[i].pe_code; in mips_allocate_pmc()
/freebsd-13.1/sys/mips/include/
H A Dpmc_mdep.h43 uint8_t pe_code; /* numeric code */ member