Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.cpp90 x86_write_msr(IA32_MSR_MTRR_PHYSICAL_BASE_0 + index, in set_mtrr()
96 x86_write_msr(IA32_MSR_MTRR_PHYSICAL_BASE_0 + index, 0); in set_mtrr()
166 uint64 base = x86_read_msr(IA32_MSR_MTRR_PHYSICAL_BASE_0 + index * 2); in generic_get_mtrr()
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h58 #define IA32_MSR_MTRR_PHYSICAL_BASE_0 0x200 macro