Searched refs:sgx (Results 1 – 21 of 21) sorted by relevance
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_iocb.c | 793 qla24xx_get_one_block_sg(uint32_t blk_sz, struct qla2_sgx *sgx, in qla24xx_get_one_block_sg() argument 800 if (sgx->num_bytes == sgx->tot_bytes) in qla24xx_get_one_block_sg() 803 sg = sgx->cur_sg; in qla24xx_get_one_block_sg() 804 cumulative_partial = sgx->tot_partial; in qla24xx_get_one_block_sg() 809 sgx->dma_addr = sg_dma_addr + sgx->bytes_consumed; in qla24xx_get_one_block_sg() 811 if ((cumulative_partial + (sg_len - sgx->bytes_consumed)) >= blk_sz) { in qla24xx_get_one_block_sg() 812 sgx->dma_len = (blk_sz - cumulative_partial); in qla24xx_get_one_block_sg() 813 sgx->tot_partial = 0; in qla24xx_get_one_block_sg() 814 sgx->num_bytes += blk_sz; in qla24xx_get_one_block_sg() 817 sgx->dma_len = sg_len - sgx->bytes_consumed; in qla24xx_get_one_block_sg() [all …]
|
| /linux/Documentation/arch/x86/ |
| H A D | index.rst | 43 sgx
|
| H A D | sgx.rst | 27 ``grep sgx /proc/cpuinfo`` 97 .. kernel-doc:: arch/x86/kernel/cpu/sgx/ioctl.c 113 .. kernel-doc:: arch/x86/kernel/cpu/sgx/ioctl.c 138 .. kernel-doc:: arch/x86/include/uapi/asm/sgx.h
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap443x.dtsi | 79 * Use dpll_per for sgx at 307.2MHz like droid4 stock v3.0.8 Android kernel
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | Makefile | 56 obj-$(CONFIG_X86_SGX) += sgx/
|
| /linux/arch/x86/kvm/ |
| H A D | Makefile | 20 kvm-intel-$(CONFIG_X86_SGX_KVM) += vmx/sgx.o
|
| /linux/arch/arm/mach-omap2/ |
| H A D | soc.h | 444 OMAP3_HAS_FEATURE(sgx, SGX)
|
| H A D | id.c | 260 OMAP3_SHOW_FEATURE(sgx); in omap3_cpuinfo()
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 105 TARGETS += sgx
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | sgx.c | 15 module_param_named(sgx, enable_sgx, bool, 0444);
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-tsm-report | 74 …https://download.01.org/intel-sgx/latest/dcap-latest/linux/docs/Intel_TDX_DCAP_Quoting_Library_API…
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | ioctl-number.rst | 347 0xA4 00-1F uapi/asm/sgx.h <mailto:linux-sgx@vger.kerne…
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | t600x-die0.dtsi | 350 reg-names = "asc", "sgx";
|
| H A D | t602x-die0.dtsi | 396 reg-names = "asc", "sgx";
|
| H A D | t8112.dtsi | 416 reg-names = "asc", "sgx";
|
| H A D | t8103.dtsi | 401 reg-names = "asc", "sgx";
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | sh73a0.dtsi | 869 "tmu0", "dsitx0", "iic0", "sgx", "lcdc0";
|
| /linux/Documentation/ |
| H A D | .renames.txt | 1167 x86/sgx arch/x86/sgx
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 191 … 0x7, 0, ebx, 2, sgx , Intel SGX (Software Guard Extensions)
|
| /linux/ |
| H A D | MAINTAINERS | 12484 F: Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml 13168 L: linux-sgx@vger.kernel.org 13170 Q: https://patchwork.kernel.org/project/intel-sgx/list/ 13171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx 13172 F: Documentation/arch/x86/sgx.rst 13174 F: arch/x86/include/asm/sgx.h 13175 F: arch/x86/include/uapi/asm/sgx.h 13176 F: arch/x86/kernel/cpu/sgx/* 13177 F: tools/testing/selftests/sgx/*
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 8360 See Documentation/arch/x86/sgx.rst for more details.
|