Home
last modified time | relevance | path

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

/tools/testing/selftests/sgx/
A Dload.c255 if (!!(flags & ~(PF_R | PF_W | PF_X))) { in encl_load()
262 if (j == 0 && flags != (PF_R | PF_W)) { in encl_load()
277 seg->prot |= (phdr->p_flags & PF_W) ? PROT_WRITE : 0; in encl_load()
/tools/include/uapi/linux/
A Delf.h254 #define PF_W 0x2 macro
/tools/perf/util/
A Dsymbol-elf.c2118 .p_flags = PF_R | PF_W | PF_X, in kcore__add_phdr()

Completed in 805 milliseconds