Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dapicdef.h134 #define APIC_EILVT_NR_MAX APIC_EILVT_NR_AMD_10H macro
/linux-6.6.21/arch/x86/events/amd/
Dibs.c1396 for (offset = 1; offset < APIC_EILVT_NR_MAX; offset++) { in force_ibs_eilvt_setup()
1402 if (offset == APIC_EILVT_NR_MAX) { in force_ibs_eilvt_setup()
/linux-6.6.21/arch/x86/kernel/apic/
Dapic.c373 static atomic_t eilvt_offsets[APIC_EILVT_NR_MAX];
386 if (offset >= APIC_EILVT_NR_MAX) in reserve_eilvt_offset()