Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dipi.c112 return SET_XAPIC_DEST_FIELD(mask); in __prepare_ICR2()
H A Dapic.c249 apic_write(APIC_ICR2, SET_XAPIC_DEST_FIELD(id)); in native_apic_icr_write()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_apic.c49 reg_val = SET_XAPIC_DEST_FIELD(id); in hv_apic_icr_write()
/openbmc/linux/arch/x86/include/asm/
H A Dapicdef.h95 #define SET_XAPIC_DEST_FIELD(x) ((x) << 24) macro