Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c773 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v7_0_vm_decode_fault() local
783 protections, vmid, pasid, addr, in gmc_v7_0_vm_decode_fault()
1302 u32 protections = REG_GET_FIELD(status, in gmc_v7_0_process_interrupt() local
1312 info->prot_valid = protections & 0x7 ? true : false; in gmc_v7_0_process_interrupt()
1313 info->prot_read = protections & 0x8 ? true : false; in gmc_v7_0_process_interrupt()
1314 info->prot_write = protections & 0x10 ? true : false; in gmc_v7_0_process_interrupt()
1315 info->prot_exec = protections & 0x20 ? true : false; in gmc_v7_0_process_interrupt()
H A Dgmc_v8_0.c1023 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v8_0_vm_decode_fault() local
1033 protections, vmid, pasid, addr, in gmc_v8_0_vm_decode_fault()
1493 u32 protections = REG_GET_FIELD(status, in gmc_v8_0_process_interrupt() local
1503 info->prot_valid = protections & 0x7 ? true : false; in gmc_v8_0_process_interrupt()
1504 info->prot_read = protections & 0x8 ? true : false; in gmc_v8_0_process_interrupt()
1505 info->prot_write = protections & 0x10 ? true : false; in gmc_v8_0_process_interrupt()
1506 info->prot_exec = protections & 0x20 ? true : false; in gmc_v8_0_process_interrupt()
H A Dgmc_v6_0.c618 u32 protections = REG_GET_FIELD(status, VM_CONTEXT1_PROTECTION_FAULT_STATUS, in gmc_v6_0_vm_decode_fault() local
627 protections, vmid, addr, in gmc_v6_0_vm_decode_fault()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dprotection-keys.rst17 protections, but without requiring modification of the page tables
25 thread a different set of protections from every other thread.
H A Ddma-api-howto.rst475 mappings can be marked with, much like page protections in the user
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-selinux-checkreqprot20 check the actual protections being applied upon mmap/mprotect calls.
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.md.1130 attribution and endorsement protections to other entities. Thus, it was
131 desirable to choose a license that granted us the same protections for new code
/OK3568_Linux_fs/kernel/Documentation/security/
H 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
/OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/
H A DYama.rst6 protections that are not handled by the core kernel itself. This is
/OK3568_Linux_fs/kernel/Documentation/trace/
H A 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
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dfsgs.rst19 limits. The limits can be used to enforce address space protections.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst345 - The swapgs protections are disabled; otherwise it has
353 However, the protections are put in place on a case by case basis,
606 the user space protections.
H A Dmds.rst211 have their own protections.
H A Dl1tf.rst89 The fact that L1TF breaks all domain protections allows malicious guest
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dintel_txt.rst152 - As one of the checks/protections provided by TXT, it makes a copy
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dni.c2538 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in cayman_vm_decode_fault() local
2680 protections, vmid, addr, in cayman_vm_decode_fault()
H A Dsi.c4826 u32 protections = (status & PROTECTIONS_MASK) >> PROTECTIONS_SHIFT; in si_vm_decode_fault() local
5071 protections, vmid, addr, in si_vm_decode_fault()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DSGI-B-1.036 …ntellectual property claims, for the duration of intellectual property protections inherent in the…
H A DSGI-B-1.140 …ntellectual property claims, for the duration of intellectual property protections inherent in the…
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktypes.rst77 can have suffixes which apply further protections:
/OK3568_Linux_fs/kernel/tools/objtool/Documentation/
H A Dstack-validation.txt307 access user space pages with protections against doing so disabled.
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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
/OK3568_Linux_fs/kernel/arch/powerpc/
H A DKconfig857 bool "Support setting protections for 4k subpages (subpage_prot syscall)"
961 page-based protections, but without requiring modification of the
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst399 These protections are added to score to judge whether this zone should be used
547 default this value is set to 0 and no protections will be enforced by the
/OK3568_Linux_fs/buildroot/
H A DConfig.in830 Disables Relocation link-time protections.

12