Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dmtrr.c37 void mtrr_close(struct mtrr_state *state) in mtrr_close() function
68 mtrr_close(&state); in mtrr_commit()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dcmd_mtrr.c80 mtrr_close(&state); in do_mtrr_set()
97 mtrr_close(&state); in mtrr_set_valid()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dcoreboot.c61 mtrr_close(&state); in board_final_cleanup()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmtrr.h91 void mtrr_close(struct mtrr_state *state);
/OK3568_Linux_fs/kernel/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,