Lines Matching defs:entry
97 static inline void set_pt_pfaa(unsigned long *entry, void *pfaa) in set_pt_pfaa()
103 static inline void set_rt_sto(unsigned long *entry, void *sto) in set_rt_sto()
110 static inline void set_st_pto(unsigned long *entry, void *pto) in set_st_pto()
117 static inline void validate_rt_entry(unsigned long *entry) in validate_rt_entry()
125 static inline void validate_st_entry(unsigned long *entry) in validate_st_entry()
131 static inline void invalidate_table_entry(unsigned long *entry) in invalidate_table_entry()
137 static inline void invalidate_pt_entry(unsigned long *entry) in invalidate_pt_entry()
144 static inline void validate_pt_entry(unsigned long *entry) in validate_pt_entry()
151 static inline void entry_set_protected(unsigned long *entry) in entry_set_protected()
157 static inline void entry_clr_protected(unsigned long *entry) in entry_clr_protected()
163 static inline int reg_entry_isvalid(unsigned long entry) in reg_entry_isvalid()
168 static inline int pt_entry_isvalid(unsigned long entry) in pt_entry_isvalid()
173 static inline int entry_isprotected(unsigned long entry) in entry_isprotected()
178 static inline unsigned long *get_rt_sto(unsigned long entry) in get_rt_sto()
185 static inline unsigned long *get_st_pto(unsigned long entry) in get_st_pto()