Searched refs:pte_no_exec (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/mm/
H A Dcache.c150 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc;
/linux-master/arch/mips/include/asm/
H A Dpgtable.h117 #define pte_no_exec(pte) ((pte).pte_low & _PAGE_NO_EXEC) macro
164 #define pte_no_exec(pte) (pte_val(pte) & _PAGE_NO_EXEC) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h313 #define pte_no_exec(pte) (pte_val(pte) & _PAGE_NO_EXEC) macro

Completed in 138 milliseconds