Home
last modified time | relevance | path

Searched refs:rwx (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/arch/arc/mm/
Dtlb.c397 unsigned int asid_or_sasid, rwx; in create_tlb() local
449 rwx = pte_val(*ptep) & PTE_BITS_RWX; in create_tlb()
452 rwx <<= 3; /* r w x => Kr Kw Kx 0 0 0 */ in create_tlb()
454 rwx |= (rwx << 3); /* r w x => Kr Kw Kx Ur Uw Ux */ in create_tlb()
456 pd1 = rwx | (pte_val(*ptep) & PTE_BITS_NON_RWX_IN_PD1); in create_tlb()
/Linux-v6.6/Documentation/filesystems/
Dadfs.rst67 These are then masked by ownmask, eg 700 -> -rwx------
68 Possible owner mode permissions -> -rwx------
Dntfs.rst137 default rw------- and for directories rwx------, a
/Linux-v6.6/arch/um/
DMakefile136 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/Linux-v6.6/arch/x86/boot/compressed/
DMakefile75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
/Linux-v6.6/tools/perf/util/
Dparse-events.l170 modifier_bp [rwx]{1,3}
/Linux-v6.6/Documentation/admin-guide/
Dperf-security.rst123 # chmod o-rwx perf
/Linux-v6.6/
DMakefile1039 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)