/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | gmc_v7_0.c | 766 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local 776 protections, vmid, pasid, addr, in gmc_v7_0_vm_decode_fault() 1295 u32 protections = REG_GET_FIELD(status, in gmc_v7_0_process_interrupt() local 1305 info->prot_valid = protections & 0x7 ? true : false; in gmc_v7_0_process_interrupt() 1306 info->prot_read = protections & 0x8 ? true : false; in gmc_v7_0_process_interrupt() 1307 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt() 1308 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
|
D | gmc_v8_0.c | 998 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local 1008 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault() 1470 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local 1480 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt() 1481 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt() 1482 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt() 1483 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
|
D | gmc_v6_0.c | 607 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local 616 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
|
/linux-6.6.21/Documentation/core-api/ |
D | protection-keys.rst | 8 protections, but without requiring modification of the page tables when an 24 thread a different set of protections from every other thread.
|
/linux-6.6.21/Documentation/ABI/removed/ |
D | sysfs-selinux-checkreqprot | 23 check the actual protections being applied upon mmap/mprotect calls.
|
/linux-6.6.21/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 89 protections. 92 with PAGE_KERNEL protections.
|
/linux-6.6.21/Documentation/security/ |
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-6.6.21/arch/arm64/boot/dts/qcom/ |
D | sc7280-chrome-common.dtsi | 5 * This file mainly tries to abstract out the memory protections put into
|
/linux-6.6.21/Documentation/arch/arm64/ |
D | ptdump.rst | 12 improper memory protections.
|
/linux-6.6.21/Documentation/admin-guide/LSM/ |
D | Yama.rst | 6 protections that are not handled by the core kernel itself. This is
|
/linux-6.6.21/Documentation/arch/x86/ |
D | tdx.rst | 99 Private memory receives full TDX protections. Its content is protected 102 protections.
|
D | intel_txt.rst | 152 - As one of the checks/protections provided by TXT, it makes a copy
|
/linux-6.6.21/Documentation/arch/x86/x86_64/ |
D | fsgs.rst | 19 limits. The limits can be used to enforce address space protections.
|
/linux-6.6.21/Documentation/admin-guide/hw-vuln/ |
D | spectre.rst | 345 - The swapgs protections are disabled; otherwise it has 353 However, the protections are put in place on a case by case basis, 619 the user space protections.
|
D | mds.rst | 211 have their own protections.
|
D | l1tf.rst | 89 The fact that L1TF breaks all domain protections allows malicious guest
|
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | ni.c | 2523 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local 2665 protections, vmid, addr, in cayman_vm_decode_fault()
|
D | si.c | 4825 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in si_vm_decode_fault() local 5070 protections, vmid, addr, in si_vm_decode_fault()
|
/linux-6.6.21/Documentation/gpu/rfc/ |
D | xe.rst | 71 the uAPI are expected while the driver is behind these protections. STAGING will
|
/linux-6.6.21/Documentation/trace/ |
D | ftrace-uses.rst | 42 as well as what protections the callback will perform and not require
|
/linux-6.6.21/Documentation/locking/ |
D | locktypes.rst | 77 can have suffixes which apply further protections:
|
/linux-6.6.21/arch/powerpc/ |
D | Kconfig | 931 bool "Support setting protections for 4k subpages (subpage_prot syscall)" 1036 page-based protections, but without requiring modification of the
|
/linux-6.6.21/tools/objtool/Documentation/ |
D | objtool.txt | 395 access user space pages with protections against doing so disabled.
|
/linux-6.6.21/Documentation/admin-guide/sysctl/ |
D | vm.rst | 376 These protections are added to score to judge whether this zone should be used 524 default this value is set to 0 and no protections will be enforced by the
|
/linux-6.6.21/Documentation/scheduler/ |
D | sched-util-clamp.rst | 383 v2 documentation <cgroupv2-protections-distributor>`.
|