Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh64/mm/
Dtlbmiss.c95 static int handle_vmalloc_fault(struct mm_struct *mm, unsigned long protection_flags, in handle_vmalloc_fault() argument
121 if ((pte_val(entry) & protection_flags) != protection_flags) { in handle_vmalloc_fault()
130 static int handle_tlbmiss(struct mm_struct *mm, unsigned long long protection_flags, in handle_tlbmiss() argument
181 if ((pte_val(entry) & protection_flags) != protection_flags) { in handle_tlbmiss()
194 unsigned short protection_flags[8]; member
210 .protection_flags = {PRX, PRX, 0, 0, PRR, PRR, PRW, PRW},
228 unsigned long long protection_flags; in do_fast_page_fault() local
245 protection_flags = expevt_lookup_table.protection_flags[index]; in do_fast_page_fault()
270 if (handle_vmalloc_fault(mm, protection_flags, textaccess, address)) { in do_fast_page_fault()
275 if (handle_tlbmiss(mm, protection_flags, textaccess, address)) { in do_fast_page_fault()