/linux/Documentation/core-api/ |
H A D | protection-keys.rst | 8 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/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v7_0.c | 760 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local 770 protections, vmid, pasid, addr, in gmc_v7_0_vm_decode_fault() 1292 u32 protections = REG_GET_FIELD(status, in gmc_v7_0_process_interrupt() local 1302 info->prot_valid = protections & 0x7 ? true : false; in gmc_v7_0_process_interrupt() 1303 info->prot_read = protections & 0x8 ? true : false; in gmc_v7_0_process_interrupt() 1304 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt() 1305 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
|
H A D | gmc_v8_0.c | 992 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local 1002 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault() 1473 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local 1483 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt() 1484 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt() 1485 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt() 1486 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
|
H A D | gmc_v6_0.c | 603 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local 612 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
|
/linux/Documentation/ABI/removed/ |
H A D | sysfs-selinux-checkreqprot | 23 check the actual protections being applied upon mmap/mprotect calls.
|
/linux/Documentation/mm/ |
H A D | vmalloced-kernel-stacks.rst | 89 protections. 92 with PAGE_KERNEL protections.
|
/linux/Documentation/security/ |
H A D | self-protection.rst | 149 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/kernel/configs/ |
H A D | hardening.config | 87 # Provides some protections against SYN flooding.
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-chrome-common.dtsi | 5 * This file mainly tries to abstract out the memory protections put into
|
/linux/Documentation/arch/arm64/ |
H A D | ptdump.rst | 12 improper memory protections.
|
/linux/Documentation/admin-guide/LSM/ |
H A D | Yama.rst | 6 protections that are not handled by the core kernel itself. This is
|
/linux/Documentation/networking/pse-pd/ |
H A D | pse-pi.rst | 299 controller protections. 300 - *PSE Controller Node:* Some protections may be implemented via
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | fsgs.rst | 19 limits. The limits can be used to enforce address space protections.
|
/linux/Documentation/arch/x86/ |
H A D | tdx.rst | 284 Private memory receives full TDX protections. Its content is protected 287 protections.
|
H A D | intel_txt.rst | 152 - As one of the checks/protections provided by TXT, it makes a copy
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | mds.rst | 203 have their own protections.
|
H A D | spectre.rst | 344 - The swapgs protections are disabled; otherwise it has 352 However, the protections are put in place on a case by case basis,
|
H A D | l1tf.rst | 89 The fact that L1TF breaks all domain protections allows malicious guest
|
/linux/drivers/gpu/drm/radeon/ |
H A D | ni.c | 2510 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local 2652 protections, vmid, addr, in cayman_vm_decode_fault()
|
/linux/Documentation/trace/ |
H A D | ftrace-uses.rst | 42 as well as what protections the callback will perform and not require
|
/linux/Documentation/locking/ |
H A D | locktypes.rst | 77 can have suffixes which apply further protections:
|
/linux/arch/powerpc/ |
H A D | Kconfig | 922 bool "Support setting protections for 4k subpages (subpage_prot syscall)" 1028 page-based protections, but without requiring modification of the
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 415 These protections are added to score to judge whether this zone should be used 578 default this value is set to 0 and no protections will be enforced by the
|
/linux/tools/objtool/Documentation/ |
H A D | objtool.txt | 414 access user space pages with protections against doing so disabled.
|
/linux/Documentation/scheduler/ |
H A D | sched-util-clamp.rst | 383 v2 documentation <cgroupv2-protections-distributor>`.
|