Lines Matching defs:entry
100 static inline void set_pt_pfaa(unsigned long *entry, phys_addr_t pfaa) in set_pt_pfaa()
106 static inline void set_rt_sto(unsigned long *entry, phys_addr_t sto) in set_rt_sto()
113 static inline void set_st_pto(unsigned long *entry, phys_addr_t pto) in set_st_pto()
120 static inline void validate_rt_entry(unsigned long *entry) in validate_rt_entry()
128 static inline void validate_st_entry(unsigned long *entry) in validate_st_entry()
134 static inline void invalidate_pt_entry(unsigned long *entry) in invalidate_pt_entry()
141 static inline void validate_pt_entry(unsigned long *entry) in validate_pt_entry()
148 static inline void entry_set_protected(unsigned long *entry) in entry_set_protected()
154 static inline void entry_clr_protected(unsigned long *entry) in entry_clr_protected()
160 static inline int reg_entry_isvalid(unsigned long entry) in reg_entry_isvalid()
165 static inline int pt_entry_isvalid(unsigned long entry) in pt_entry_isvalid()
170 static inline unsigned long *get_rt_sto(unsigned long entry) in get_rt_sto()
179 static inline unsigned long *get_st_pto(unsigned long entry) in get_st_pto()