Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dcache.c133 int exec = !pte_no_exec(pte) && !cpu_has_ic_fills_f_dc; in __update_cache()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h143 #define pte_no_exec(pte) ((pte).pte_low & _PAGE_NO_EXEC) macro
190 #define pte_no_exec(pte) (pte_val(pte) & _PAGE_NO_EXEC) macro