Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/mm/
Dcache.c135 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc; in __update_cache()
/linux-6.1.9/arch/mips/include/asm/
Dpgtable.h120 #define pte_no_exec(pte) ((pte).pte_low & _PAGE_NO_EXEC) macro
167 #define pte_no_exec(pte) (pte_val(pte) & _PAGE_NO_EXEC) macro
/linux-6.1.9/arch/loongarch/include/asm/
Dpgtable.h265 #define pte_no_exec(pte) (pte_val(pte) & _PAGE_NO_EXEC) macro