Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dmtrr.c43 void mtrr_close(struct mtrr_state *state, bool do_caches) in mtrr_close() function
80 mtrr_close(&state, do_caches); in mtrr_commit()
/openbmc/u-boot/cmd/x86/
H A Dmtrr.c79 mtrr_close(&state, true); in do_mtrr_set()
96 mtrr_close(&state, true); in mtrr_set_valid()
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dcoreboot.c61 mtrr_close(&state, true); in board_final_cleanup()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmtrr.h92 void mtrr_close(struct mtrr_state *state, bool do_caches);
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c338 static int mtrr_close(struct inode *ino, struct file *file) in mtrr_close() function
408 .proc_release = mtrr_close,