Searched refs:sgx (Results 1 – 11 of 11) 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/
444 OMAP3_HAS_FEATURE(sgx, SGX)
110 TARGETS += sgx
1161 x86/sgx arch/x86/sgx
192 0x7, 0, ebx, 2, sgx , Intel SGX (Software Guard Extensions)
12557 F: Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml13245 L: linux-sgx@vger.kernel.org13247 Q: https://patchwork.kernel.org/project/intel-sgx/list/13248 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx13249 F: Documentation/arch/x86/sgx.rst13251 F: arch/x86/include/asm/sgx.h13252 F: arch/x86/include/uapi/asm/sgx.h13253 F: arch/x86/kernel/cpu/sgx/*13254 F: tools/testing/selftests/sgx/*
8362 See Documentation/arch/x86/sgx.rst for more details.