Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dmtrr.c27 void mtrr_open(struct mtrr_state *state, bool do_caches) in mtrr_open() function
66 mtrr_open(&state, do_caches); in mtrr_commit()
/openbmc/u-boot/cmd/x86/
H A Dmtrr.c76 mtrr_open(&state, true); in do_mtrr_set()
89 mtrr_open(&state, true); in mtrr_set_valid()
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dcoreboot.c58 mtrr_open(&state, true); in board_final_cleanup()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmtrr.h82 void mtrr_open(struct mtrr_state *state, bool do_caches);
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c388 static int mtrr_open(struct inode *inode, struct file *file) in mtrr_open() function
400 .proc_open = mtrr_open,