Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
Dmtrr.h67 struct mtrr_state { struct
81 void mtrr_open(struct mtrr_state *state); argument
90 void mtrr_close(struct mtrr_state *state);
/external/u-boot/arch/x86/cpu/
Dmtrr.c22 void mtrr_open(struct mtrr_state *state) in mtrr_open()
36 void mtrr_close(struct mtrr_state *state) in mtrr_close()
49 struct mtrr_state state; in mtrr_commit()
/external/u-boot/cmd/x86/
Dmtrr.c49 struct mtrr_state state; in do_mtrr_set()
86 struct mtrr_state state; in mtrr_set_valid()
/external/u-boot/arch/x86/cpu/coreboot/
Dcoreboot.c55 struct mtrr_state state; in board_final_cleanup()