Home
last modified time | relevance | path

Searched refs:IA32_MSR_APIC_TASK_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Dapic.cpp80 return x86_read_msr(IA32_MSR_APIC_TASK_PRIORITY); in apic_task_priority()
90 x86_write_msr(IA32_MSR_APIC_TASK_PRIORITY, config); in apic_set_task_priority()
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h94 #define IA32_MSR_APIC_TASK_PRIORITY 0x00000808 macro