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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/mm/
H A Dfault.c46 int is_write, is_exec; local
66 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE ||
72 address, exccause, regs->pc, is_write? "w":"", is_exec? "x":"");
97 } else if (is_exec) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dfault.c127 int is_exec = trap == 0x400; local
264 if (is_exec) {
347 if (is_exec && (error_code & DSISR_PROTFAULT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c318 static int is_exec(unsigned char *extension) function
377 ((sbi->options.showexec && !is_exec(de->name + 8))

Completed in 114 milliseconds