Searched refs:protection_flags (Results 1 – 1 of 1) sorted by relevance
/arch/sh/mm/ |
D | tlbex_64.c | 43 static int handle_tlbmiss(unsigned long long protection_flags, in handle_tlbmiss() argument 80 if ((pte_val(entry) & protection_flags) != protection_flags) in handle_tlbmiss() 94 unsigned short protection_flags[8]; member 107 .protection_flags = {PRX, PRX, 0, 0, PRR, PRR, PRW, PRW}, 134 unsigned long long protection_flags; in do_fast_page_fault() local 156 protection_flags = expevt_lookup_table.protection_flags[index]; in do_fast_page_fault() 165 return handle_tlbmiss(protection_flags, address); in do_fast_page_fault()
|