Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dmtrr.h68 struct mtrr_state { struct
82 void mtrr_open(struct mtrr_state *state); argument
91 void mtrr_close(struct mtrr_state *state);
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dmtrr.c23 void mtrr_open(struct mtrr_state *state) in mtrr_open()
37 void mtrr_close(struct mtrr_state *state) in mtrr_close()
50 struct mtrr_state state; in mtrr_commit()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcmd_mtrr.c50 struct mtrr_state state; in do_mtrr_set()
87 struct mtrr_state state; in mtrr_set_valid()
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/
H A Dcoreboot.c56 struct mtrr_state state; in board_final_cleanup()