Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dgmc_v7_0.c746 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local
756 protections, vmid, pasid, addr, in gmc_v7_0_vm_decode_fault()
1277 u32 protections = REG_GET_FIELD(status, in gmc_v7_0_process_interrupt() local
1287 info->prot_valid = protections & 0x7 ? true : false; in gmc_v7_0_process_interrupt()
1288 info->prot_read = protections & 0x8 ? true : false; in gmc_v7_0_process_interrupt()
1289 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt()
1290 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
Dgmc_v8_0.c990 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local
1000 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault()
1462 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local
1472 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt()
1473 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt()
1474 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()
1475 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
Dgmc_v6_0.c636 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local
645 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
/Linux-v5.4/Documentation/core-api/
Dprotection-keys.rst16 protections, but without requiring modification of the page tables
24 thread a different set of protections from every other thread.
/Linux-v5.4/Documentation/security/
Dself-protection.rst150 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-v5.4/Documentation/admin-guide/LSM/
DYama.rst6 protections that are not handled by the core kernel itself. This is
/Linux-v5.4/Documentation/trace/
Dftrace-uses.rst33 The ftrace infrastructure has some protections against recursions and RCU
42 as well as what protections the callback will perform and not require
/Linux-v5.4/Documentation/admin-guide/hw-vuln/
Dspectre.rst332 - The swapgs protections are disabled; otherwise it has
340 However, the protections are put in place on a case by case basis,
583 the user space protections.
Dmds.rst211 have their own protections.
Dl1tf.rst89 The fact that L1TF breaks all domain protections allows malicious guest
/Linux-v5.4/Documentation/x86/
Dintel_txt.rst152 - As one of the checks/protections provided by TXT, it makes a copy
/Linux-v5.4/drivers/gpu/drm/radeon/
Dni.c2538 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local
2680 protections, vmid, addr, in cayman_vm_decode_fault()
Dsi.c4826 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in si_vm_decode_fault() local
5071 protections, vmid, addr, in si_vm_decode_fault()
Dcik.c5669 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cik_vm_decode_fault() local
5679 protections, vmid, addr, in cik_vm_decode_fault()
/Linux-v5.4/arch/powerpc/
DKconfig838 bool "Support setting protections for 4k subpages"
930 page-based protections, but without requiring modification of the
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dvm.rst362 These protections are added to score to judge whether this zone should be used
510 default this value is set to 0 and no protections will be enforced by the
/Linux-v5.4/Documentation/vm/
Dunevictable-lru.rst382 Because the VMA access protections could have been changed to PROT_NONE after
496 memory range accounted as locked_vm, as the protections could be changed later
/Linux-v5.4/arch/
DKconfig912 implementation, which can be (slightly) slower but provides protections
/Linux-v5.4/lib/
DKconfig.debug1888 tristate "Test user/kernel boundary protections"
1895 protections.
/Linux-v5.4/Documentation/
DDMA-API-HOWTO.txt475 mappings can be marked with, much like page protections in the user
/Linux-v5.4/arch/x86/
DKconfig1528 page mappings when mapping protections are changed.
1936 page-based protections, but without requiring modification of the
/Linux-v5.4/tools/memory-model/Documentation/
Dexplanation.txt382 The protections provided by READ_ONCE(), WRITE_ONCE(), and others are
/Linux-v5.4/Documentation/admin-guide/
Dcgroup-v2.rst628 As protections can be over-committed, all configuration combinations
Dkernel-parameters.txt4462 the user space protections.
/Linux-v5.4/Documentation/virt/uml/
DUserModeLinux-HOWTO.txt3171 of catching the culprit in the act, I had turned off all protections