Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c766 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()
H A Dgmc_v8_0.c998 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()
H A Dgmc_v6_0.c607 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()
/openbmc/linux/Documentation/core-api/
H A Dprotection-keys.rst8 protections, but without requiring modification of the page tables when an
24 thread a different set of protections from every other thread.
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot23 check the actual protections being applied upon mmap/mprotect calls.
/openbmc/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst89 protections.
92 with PAGE_KERNEL protections.
/openbmc/linux/Documentation/security/
H A Dself-protection.rst149 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
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-chrome-common.dtsi5 * This file mainly tries to abstract out the memory protections put into
/openbmc/linux/Documentation/arch/arm64/
H A Dptdump.rst12 improper memory protections.
/openbmc/linux/Documentation/admin-guide/LSM/
H A DYama.rst6 protections that are not handled by the core kernel itself. This is
/openbmc/linux/Documentation/arch/x86/
H A Dtdx.rst99 Private memory receives full TDX protections. Its content is protected
102 protections.
H A Dintel_txt.rst152 - As one of the checks/protections provided by TXT, it makes a copy
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst19 limits. The limits can be used to enforce address space protections.
/openbmc/docs/designs/
H A Ddevice-tree-gpio-naming.md171 protections enforced.
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst344 - The swapgs protections are disabled; otherwise it has
352 However, the protections are put in place on a case by case basis,
639 the user space protections.
H A Dmds.rst211 have their own protections.
/openbmc/linux/drivers/gpu/drm/radeon/
H 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()
/openbmc/linux/Documentation/gpu/rfc/
H A Dxe.rst71 the uAPI are expected while the driver is behind these protections. STAGING will
/openbmc/linux/Documentation/trace/
H A Dftrace-uses.rst42 as well as what protections the callback will perform and not require
/openbmc/openbmc/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…
/openbmc/linux/Documentation/locking/
H A Dlocktypes.rst77 can have suffixes which apply further protections:
/openbmc/linux/arch/powerpc/
H A DKconfig931 bool "Support setting protections for 4k subpages (subpage_prot syscall)"
1036 page-based protections, but without requiring modification of the
/openbmc/linux/tools/objtool/Documentation/
H A Dobjtool.txt395 access user space pages with protections against doing so disabled.
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst376 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

12