Home
last modified time | relevance | path

Searched defs:SET_APIC_DELIVERY_MODE (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/module/x86/
Dapic_compat.h53 #define SET_APIC_DELIVERY_MODE(x, y) (((x)&~0x700)|((y) << 8)) macro
/external/kernel-headers/original/asm-x86/
Dapicdef_32.h93 #define SET_APIC_DELIVERY_MODE(x,y) (((x)&~0x700)|((y)<<8)) macro