Home
last modified time | relevance | path

Searched refs:protections (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.15/Documentation/core-api/
H A Dprotection-keys.rst8 protections, but without requiring modification of the page tables when an
27 thread a different set of protections from every other thread.
45 each thread a different set of protections from every other thread.
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c771 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local
781 protections, vmid, pasid, addr, in gmc_v7_0_vm_decode_fault()
1300 u32 protections = REG_GET_FIELD(status, in gmc_v7_0_process_interrupt() local
1310 info->prot_valid = protections & 0x7 ? true : false; in gmc_v7_0_process_interrupt()
1311 info->prot_read = protections & 0x8 ? true : false; in gmc_v7_0_process_interrupt()
1312 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt()
1313 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
H A Dgmc_v8_0.c1003 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local
1013 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault()
1481 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local
1491 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt()
1492 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt()
1493 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()
1494 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
H A Dgmc_v6_0.c615 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local
624 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
/linux-6.15/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot23 check the actual protections being applied upon mmap/mprotect calls.
/linux-6.15/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst89 protections.
92 with PAGE_KERNEL protections.
/linux-6.15/Documentation/security/
H A Dself-protection.rst149 kind of attack exist, and protections exist to defend against them.
168 important changes need to be made for better protections: moving the
198 While many protections can be considered deterministic (e.g. read-only
199 memory cannot be written to), some protections provide only statistical
/linux-6.15/kernel/configs/
H A Dhardening.config87 # Provides some protections against SYN flooding.
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc7280-chrome-common.dtsi5 * This file mainly tries to abstract out the memory protections put into
/linux-6.15/Documentation/arch/arm64/
H A Dptdump.rst12 improper memory protections.
/linux-6.15/Documentation/admin-guide/LSM/
H A DYama.rst6 protections that are not handled by the core kernel itself. This is
/linux-6.15/Documentation/networking/pse-pd/
H A Dpse-pi.rst299 controller protections.
300 - *PSE Controller Node:* Some protections may be implemented via
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfsgs.rst19 limits. The limits can be used to enforce address space protections.
/linux-6.15/Documentation/arch/x86/
H A Dtdx.rst284 Private memory receives full TDX protections. Its content is protected
287 protections.
H A Dintel_txt.rst152 - As one of the checks/protections provided by TXT, it makes a copy
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Dmds.rst203 have their own protections.
H A Dspectre.rst344 - The swapgs protections are disabled; otherwise it has
352 However, the protections are put in place on a case by case basis,
H A Dl1tf.rst89 The fact that L1TF breaks all domain protections allows malicious guest
/linux-6.15/drivers/gpu/drm/radeon/
H A Dni.c2510 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local
2652 protections, vmid, addr, in cayman_vm_decode_fault()
/linux-6.15/Documentation/trace/
H A Dftrace-uses.rst42 as well as what protections the callback will perform and not require
/linux-6.15/Documentation/locking/
H A Dlocktypes.rst77 can have suffixes which apply further protections:
/linux-6.15/arch/powerpc/
H A DKconfig944 bool "Support setting protections for 4k subpages (subpage_prot syscall)"
1050 page-based protections, but without requiring modification of the
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dvm.rst424 These protections are added to score to judge whether this zone should be used
587 default this value is set to 0 and no protections will be enforced by the
/linux-6.15/tools/objtool/Documentation/
H A Dobjtool.txt421 access user space pages with protections against doing so disabled.
/linux-6.15/Documentation/scheduler/
H A Dsched-util-clamp.rst383 v2 documentation <cgroupv2-protections-distributor>`.

12