Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sgx
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_iocb.c
847
qla24xx_get_one_block_sg(uint32_t blk_sz, struct qla2_sgx *
sgx
,
in qla24xx_get_one_block_sg()
argument
854
if (
sgx
->num_bytes ==
sgx
->tot_bytes)
in qla24xx_get_one_block_sg()
857
sg =
sgx
->cur_sg;
in qla24xx_get_one_block_sg()
858
cumulative_partial =
sgx
->tot_partial;
in qla24xx_get_one_block_sg()
863
sgx
->dma_addr = sg_dma_addr +
sgx
->bytes_consumed;
in qla24xx_get_one_block_sg()
865
if ((cumulative_partial + (sg_len -
sgx
->bytes_consumed)) >= blk_sz) {
in qla24xx_get_one_block_sg()
866
sgx
->dma_len = (blk_sz - cumulative_partial);
in qla24xx_get_one_block_sg()
867
sgx
in qla24xx_get_one_block_sg()
901
struct qla2_
sgx
sgx
;
qla24xx_walk_and_build_sglist_no_difb()
local
1798
struct qla2_
sgx
sgx
;
qla24xx_dif_start_scsi()
local
2159
struct qla2_
sgx
sgx
;
qla2xxx_dif_start_scsi_mq()
local
[all...]
/kernel/linux/linux-6.6/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
in qla24xx_get_one_block_sg()
847
struct qla2_
sgx
sgx
;
qla24xx_walk_and_build_sglist_no_difb()
local
1758
struct qla2_
sgx
sgx
;
qla24xx_dif_start_scsi()
local
2140
struct qla2_
sgx
sgx
;
qla2xxx_dif_start_scsi_mq()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H
A
D
driver.h
12
#include <uapi/asm/
sgx
.h>
13
#include "
sgx
.h"
H
A
D
sgx.h
11
#include <asm/
sgx
.h>
14
#define pr_fmt(fmt) "
sgx
: " fmt
18
"Refer to Documentation/arch/x86/
sgx
.rst for more information."
H
A
D
virt.c
15
#include <asm/
sgx
.h>
16
#include <uapi/asm/
sgx
.h>
19
#include "
sgx
.h"
H
A
D
main.c
16
#include <asm/
sgx
.h>
H
A
D
encl.c
10
#include <asm/
sgx
.h>
13
#include "
sgx
.h"
H
A
D
ioctl.c
5
#include <asm/
sgx
.h>
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
Makefile
27
kvm-intel-$(CONFIG_X86_SGX_KVM) += vmx/
sgx
.o
H
A
D
cpuid.c
23
#include <asm/
sgx
.h>
H
A
D
x86.c
86
#include <asm/
sgx
.h>
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
Makefile
50
obj-$(CONFIG_X86_SGX) +=
sgx
/
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
sgx.c
5
#include <asm/
sgx
.h>
10
#include "
sgx
.h"
15
module_param_named(
sgx
, enable_sgx, bool, 0444);
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
extable.c
13
#include <asm/
sgx
.h>
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
Makefile
77
TARGETS +=
sgx
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
id.c
260
OMAP3_SHOW_FEATURE(
sgx
);
in omap3_cpuinfo()
H
A
D
soc.h
444
OMAP3_HAS_FEATURE(
sgx
, SGX)
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
id.c
260
OMAP3_SHOW_FEATURE(
sgx
);
in omap3_cpuinfo()
H
A
D
soc.h
444
OMAP3_HAS_FEATURE(
sgx
, SGX)
Completed in 34 milliseconds