Home
last modified time | relevance | path

Searched full:sgx (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/modules/sgx/
H A DMakefile1 .PATH: ${SRCTOP}/sys/amd64/sgx
3 KMOD= sgx
4 SRCS= sgx.c sgxvar.h sgx_support.S
/freebsd/sys/amd64/sgx/
H A Dsgx.c41 * This driver requires Intel SGX support from hardware.
43 * /dev/sgx:
50 * VM object destructor destroys the SGX enclave associated
76 * 1) User calls mmap() on /dev/sgx: we allocate a VM object
104 * SGX ENCLS set of instructions have limitations on concurrency:
108 * SGX driver.
149 #include <machine/sgx.h>
152 #include <amd64/sgx/sgxvar.h>
611 strlcpy(path, "sgx", len); in sgx_pg_path()
657 /* SGX Enclave Control Structure (SECS) */ in sgx_ioctl_create()
[all …]
H A Dsgx_linux.c42 #include <machine/sgx.h>
47 #include <amd64/sgx/sgxvar.h>
95 LINUX_IOCTL_SET(sgx, SGX_LINUX_IOCTL_MIN, SGX_LINUX_IOCTL_MAX);
H A Dsgx_support.S33 #include <amd64/sgx/sgxvar.h>
60 * SGX operations fault handler
H A Dsgxvar.h47 static MALLOC_DEFINE(M_SGX, "sgx", "SGX driver");
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSGX.td1 //===-- X86InstrSGX.td - SGX Instruction Set Extension -----*- tablegen -*-===//
9 // This file describes the instructions that make up the Intel SGX instruction
15 // SGX instructions
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap34xx.dtsi151 * at all unlike on 36xx. Maybe SGX is permanently set to
153 * write-only at 0x50000e10. We detect SGX based on the SGX
H A Dam3517.dtsi151 * similar to the omap34xx. Maybe SGX is permanently set to
153 * write-only at 0x50000e10. We detect SGX based on the SGX
H A Domap443x.dtsi79 * Use dpll_per for sgx at 307.2MHz like droid4 stock v3.0.8 Android kernel
/freebsd/sys/amd64/
H A DMakefile14 DAMD64= acpica amd64 ia32 include linux linux32 pci sgx vmm
28 ${SYS}/amd64/sgx/*.[ch] ${SYS}/amd64/vmm/*.[ch]
/freebsd/sys/contrib/device-tree/Bindings/gpu/
H A Dapple,agx.yaml33 - const: sgx
84 reg-names = "asc", "sgx";
H A Dimg,powervr-sgx.yaml6 $id: http://devicetree.org/schemas/gpu/img,powervr-sgx.yaml#
9 title: Imagination Technologies PowerVR SGX GPUs
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsgxintrin.h1 /*===---- sgxintrin.h - X86 SGX intrinsics configuration -------------------===
21 __attribute__((__always_inline__, __nodebug__, __target__("sgx")))
/freebsd/sys/contrib/device-tree/Bindings/
H A Dtrivial-devices.yaml370 # SGX Sensortech VZ89X Sensors
371 - sgx,vz89x
372 # SGX Sensortech VZ89TE Sensors
373 - sgx,vz89te
H A Dvendor-prefixes.yaml1366 "^sgx,.*":
1367 description: SGX Sensortech
/freebsd/sys/modules/sgx_linux/
H A DMakefile1 .PATH: ${SRCTOP}/sys/amd64/sgx
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def220 X86_FEATURE_COMPAT(SGX, "sgx", 0)
/freebsd/sys/amd64/include/
H A Dsgxreg.h110 * 2.7 SGX Enclave Control Structure (SECS)
H A Dpte.h102 #define PGEX_SGX 0x8000 /* SGX-related */
/freebsd/sys/modules/
H A DMakefile869 _sgx= sgx
/freebsd/sys/contrib/device-tree/src/arm64/apple/
H A Dt600x-die0.dtsi309 reg-names = "asc", "sgx";
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp346 } else if (Feature == "+sgx") { in handleTargetFeatures()
1126 .Case("sgx", true) in isValidFeatureName()
1242 .Case("sgx", HasSGX) in hasFeature()
/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h198 XEN_CPUFEATURE(SGX, 5*32+ 2) /* Software Guard extensions */
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp107 // SkylakeServer inherits all SkylakeClient features except SGX.
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dsh73a0.dtsi869 "tmu0", "dsitx0", "iic0", "sgx", "lcdc0";

12