Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dcoreboot.c51 u8 top_mtrr = (native_read_msr(MTRR_CAP_MSR) & 0xff) - 1; in board_final_cleanup() local
52 u8 top_type = native_read_msr(MTRR_PHYS_BASE_MSR(top_mtrr)) & 0xff; in board_final_cleanup()
59 wrmsrl(MTRR_PHYS_BASE_MSR(top_mtrr), 0); in board_final_cleanup()
60 wrmsrl(MTRR_PHYS_MASK_MSR(top_mtrr), 0); in board_final_cleanup()