Searched refs:PF_W (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/sgx/
H A Dload.c255 if (!!(flags & ~(PF_R | PF_W | PF_X))) {
262 if (j == 0 && flags != (PF_R | PF_W)) {
277 seg->prot |= (phdr->p_flags & PF_W) ? PROT_WRITE : 0;
/linux-master/arch/powerpc/boot/
H A Delf.h92 #define PF_W 0x2 macro
/linux-master/kernel/
H A Dcrash_core.c225 phdr->p_flags = PF_R|PF_W|PF_X;
239 phdr->p_flags = PF_R|PF_W|PF_X;
/linux-master/include/uapi/linux/
H A Delf.h246 #define PF_W 0x2 macro
/linux-master/drivers/remoteproc/
H A Dremoteproc_coredump.c302 elf_phdr_set_p_flags(class, phdr, PF_R | PF_W | PF_X);
/linux-master/arch/mips/boot/
H A Delf2ecoff.c361 if (ph[i].p_flags & PF_W) {
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c514 phdr->p_flags = PF_R | PF_W | PF_X;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c397 phdr->p_flags = cpu_to_be32(PF_R|PF_W|PF_X);
/linux-master/fs/proc/
H A Dkcore.c387 phdr->p_flags = PF_R | PF_W | PF_X;
/linux-master/fs/
H A Dbinfmt_elf.c618 if (p_flags & PF_W)
2051 phdr.p_flags |= PF_W;
H A Dbinfmt_elf_fdpic.c1039 if (phdr->p_flags & PF_W) prot |= PROT_WRITE;
1594 phdr.p_flags |= PF_W;
/linux-master/arch/powerpc/kernel/
H A Dfadump.c1138 phdr->p_flags = PF_R|PF_W|PF_X;
/linux-master/tools/perf/util/
H A Dsymbol-elf.c2101 .p_flags = PF_R | PF_W | PF_X,

Completed in 151 milliseconds