Searched refs:sgx (Results 1 – 14 of 14) sorted by relevance
793 qla24xx_get_one_block_sg(uint32_t blk_sz, struct qla2_sgx *sgx, in qla24xx_get_one_block_sg() argument800 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 …]
43 sgx
27 ``grep sgx /proc/cpuinfo``97 .. kernel-doc:: arch/x86/kernel/cpu/sgx/ioctl.c113 .. kernel-doc:: arch/x86/kernel/cpu/sgx/ioctl.c138 .. kernel-doc:: arch/x86/include/uapi/asm/sgx.h
79 * Use dpll_per for sgx at 307.2MHz like droid4 stock v3.0.8 Android kernel
56 obj-$(CONFIG_X86_SGX) += sgx/
20 kvm-intel-$(CONFIG_X86_SGX_KVM) += vmx/sgx.o
444 OMAP3_HAS_FEATURE(sgx, SGX)
260 OMAP3_SHOW_FEATURE(sgx); in omap3_cpuinfo()
104 TARGETS += sgx
62 …https://download.01.org/intel-sgx/latest/dcap-latest/linux/docs/Intel_TDX_DCAP_Quoting_Library_API…
347 0xA4 00-1F uapi/asm/sgx.h <mailto:linux-sgx@vger.kerne…
191 0x7, 0, ebx, 2, sgx , Intel SGX (Software Guard Extensions)
12336 F: Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml13011 L: linux-sgx@vger.kernel.org13013 Q: https://patchwork.kernel.org/project/intel-sgx/list/13014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx13015 F: Documentation/arch/x86/sgx.rst13017 F: arch/x86/include/asm/sgx.h13018 F: arch/x86/include/uapi/asm/sgx.h13019 F: arch/x86/kernel/cpu/sgx/*13020 F: tools/testing/selftests/sgx/*
8231 See Documentation/arch/x86/sgx.rst for more details.