Searched refs:mtrr_open (Results 1 – 5 of 5) sorted by relevance
27 void mtrr_open(struct mtrr_state *state, bool do_caches) in mtrr_open() function66 mtrr_open(&state, do_caches); in mtrr_commit()
76 mtrr_open(&state, true); in do_mtrr_set()89 mtrr_open(&state, true); in mtrr_set_valid()
58 mtrr_open(&state, true); in board_final_cleanup()
82 void mtrr_open(struct mtrr_state *state, bool do_caches);
388 static int mtrr_open(struct inode *inode, struct file *file) in mtrr_open() function400 .proc_open = mtrr_open,