Searched refs:rwx (Results 1 – 7 of 7) sorted by relevance
395 unsigned int asid_or_sasid, rwx; in create_tlb() local447 rwx = pte_val(*ptep) & PTE_BITS_RWX; in create_tlb()450 rwx <<= 3; /* r w x => Kr Kw Kx 0 0 0 */ in create_tlb()452 rwx |= (rwx << 3); /* r w x => Kr Kw Kx Ur Uw Ux */ in create_tlb()454 pd1 = rwx | (pte_val(*ptep) & PTE_BITS_NON_RWX_IN_PD1); in create_tlb()
67 These are then masked by ownmask, eg 700 -> -rwx------68 Possible owner mode permissions -> -rwx------
137 default rw------- and for directories rwx------, a
74 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
220 modifier_bp [rwx]{1,3}
123 # chmod o-rwx perf
1038 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)