Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/amdgpu/
A Dgmc_v7_0.c779 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local
789 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()
A Dgmc_v8_0.c1013 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local
1023 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault()
1480 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local
1490 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt()
1491 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt()
1492 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()
1493 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
A Dgmc_v6_0.c619 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local
628 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
/linux/Documentation/core-api/
A Dprotection-keys.rst17 protections, but without requiring modification of the page tables
25 thread a different set of protections from every other thread.
A Ddma-api-howto.rst475 mappings can be marked with, much like page protections in the user
/linux/Documentation/ABI/obsolete/
A Dsysfs-selinux-checkreqprot20 check the actual protections being applied upon mmap/mprotect calls.
/linux/Documentation/security/
A 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/Documentation/admin-guide/LSM/
A DYama.rst6 protections that are not handled by the core kernel itself. This is
/linux/Documentation/x86/x86_64/
A Dfsgs.rst19 limits. The limits can be used to enforce address space protections.
/linux/Documentation/admin-guide/hw-vuln/
A Dspectre.rst332 - The swapgs protections are disabled; otherwise it has
340 However, the protections are put in place on a case by case basis,
582 the user space protections.
A Dmds.rst211 have their own protections.
A Dl1tf.rst89 The fact that L1TF breaks all domain protections allows malicious guest
/linux/drivers/gpu/drm/radeon/
A Dni.c2523 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local
2665 protections, vmid, addr, in cayman_vm_decode_fault()
A Dsi.c4821 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in si_vm_decode_fault() local
5066 protections, vmid, addr, in si_vm_decode_fault()
A Dcik.c5656 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cik_vm_decode_fault() local
5666 protections, vmid, addr, in cik_vm_decode_fault()
/linux/Documentation/x86/
A Dintel_txt.rst152 - As one of the checks/protections provided by TXT, it makes a copy
/linux/Documentation/trace/
A Dftrace-uses.rst42 as well as what protections the callback will perform and not require
/linux/Documentation/vm/
A Dunevictable-lru.rst376 Because the VMA access protections could have been changed to PROT_NONE after
490 memory range accounted as locked_vm, as the protections could be changed later
/linux/tools/objtool/Documentation/
A Dstack-validation.txt307 access user space pages with protections against doing so disabled.
/linux/Documentation/locking/
A Dlocktypes.rst77 can have suffixes which apply further protections:
/linux/arch/powerpc/
A DKconfig846 bool "Support setting protections for 4k subpages (subpage_prot syscall)"
950 page-based protections, but without requiring modification of the
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst375 These protections are added to score to judge whether this zone should be used
523 default this value is set to 0 and no protections will be enforced by the
/linux/lib/
A DKconfig.debug2280 tristate "Test user/kernel boundary protections"
2287 protections.
/linux/arch/x86/
A DKconfig1524 page mappings when mapping protections are changed.
1860 page-based protections, but without requiring modification of the
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst644 As protections can be over-committed, all configuration combinations

Completed in 57 milliseconds

12