/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | gmc_v7_0.c | 762 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local 772 protections, vmid, pasid, addr, in gmc_v7_0_vm_decode_fault() 1305 u32 protections = REG_GET_FIELD(status, in gmc_v7_0_process_interrupt() local 1315 info->prot_valid = protections & 0x7 ? true : false; in gmc_v7_0_process_interrupt() 1316 info->prot_read = protections & 0x8 ? true : false; in gmc_v7_0_process_interrupt() 1317 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt() 1318 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
|
D | gmc_v8_0.c | 984 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local 994 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault() 1467 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local 1477 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt() 1478 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt() 1479 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt() 1480 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
|
D | gmc_v6_0.c | 640 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local 649 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
|
/Linux-v4.19/Documentation/x86/ |
D | protection-keys.txt | 10 protections, but without requiring modification of the page tables 18 thread a different set of protections from every other thread.
|
/Linux-v4.19/Documentation/security/ |
D | self-protection.rst | 150 kind of attack exist, and protections exist to defend against them. 169 important changes need to be made for better protections: moving the 199 While many protections can be considered deterministic (e.g. read-only 200 memory cannot be written to), some protections provide only statistical
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Yama.rst | 6 protections that are not handled by the core kernel itself. This is
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace-uses.rst | 33 The ftrace infrastructure has some protections against recursions and RCU 42 as well as what protections the callback will perform and not require
|
/Linux-v4.19/Documentation/ |
D | intel_txt.txt | 152 - As one of the checks/protections provided by TXT, it makes a copy
|
D | DMA-API-HOWTO.txt | 515 mappings can be marked with, much like page protections in the user
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | ni.c | 2535 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local 2677 protections, vmid, addr, in cayman_vm_decode_fault()
|
D | si.c | 4822 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in si_vm_decode_fault() local 5067 protections, vmid, addr, in si_vm_decode_fault()
|
D | cik.c | 5665 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cik_vm_decode_fault() local 5675 protections, vmid, addr, in cik_vm_decode_fault()
|
/Linux-v4.19/arch/powerpc/ |
D | Kconfig | 763 bool "Support setting protections for 4k subpages" 856 page-based protections, but without requiring modification of the
|
/Linux-v4.19/Documentation/vm/ |
D | unevictable-lru.rst | 378 Because the VMA access protections could have been changed to PROT_NONE after 492 memory range accounted as locked_vm, as the protections could be changed later
|
/Linux-v4.19/Documentation/sysctl/ |
D | vm.txt | 350 These protections are added to score to judge whether this zone should be used 494 default this value is set to 0 and no protections will be enforced by the
|
/Linux-v4.19/arch/ |
D | Kconfig | 843 implementation, which can be (slightly) slower but provides protections
|
/Linux-v4.19/Documentation/admin-guide/ |
D | l1tf.rst | 89 The fact that L1TF breaks all domain protections allows malicious guest
|
D | cgroup-v2.rst | 617 As protections can be over-committed, all configuration combinations
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 1862 tristate "Test user/kernel boundary protections" 1869 protections.
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | explanation.txt | 386 The protections provided by READ_ONCE(), WRITE_ONCE(), and others are
|
/Linux-v4.19/arch/x86/ |
D | Kconfig | 1909 page-based protections, but without requiring modification of the
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3171 of catching the culprit in the act, I had turned off all protections
|