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:sys_tbl_pa
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
efi.c
60
unsigned long
sys_tbl_pa
;
in efi_get_system_table()
local
67
sys_tbl_pa
= ei->efi_systab | ((__u64)ei->efi_systab_hi << 32);
in efi_get_system_table()
69
sys_tbl_pa
= ei->efi_systab;
in efi_get_system_table()
71
if (!
sys_tbl_pa
) {
in efi_get_system_table()
76
return
sys_tbl_pa
;
in efi_get_system_table()
132
unsigned long
sys_tbl_pa
;
in efi_get_conf_table()
local
139
sys_tbl_pa
= efi_get_system_table(bp);
in efi_get_conf_table()
140
if (!
sys_tbl_pa
)
in efi_get_conf_table()
146
efi_system_table_64_t *stbl = (efi_system_table_64_t *)
sys_tbl_pa
;
in efi_get_conf_table()
155
efi_system_table_32_t *stbl = (efi_system_table_32_t *)
sys_tbl_pa
;
in efi_get_conf_table()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
dpt_i2o.c
105
static dma_addr_t
sys_tbl_pa
;
variable
2073
host->unique_id = (u32)
sys_tbl_pa
+ pHba->unit;
in adpt_scsi_host_alloc()
2801
sys_tbl,
sys_tbl_pa
);
in adpt_i2o_build_sys_table()
2807
sys_tbl_len, &
sys_tbl_pa
, GFP_KERNEL);
in adpt_i2o_build_sys_table()
3195
msg[7] = (u32)
sys_tbl_pa
;
in adpt_i2o_systab_send()
Completed in 7 milliseconds