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:old_devtb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
init.c
1094
struct dev_table_entry *
old_devtb
= NULL;
in __copy_device_table()
local
1124
old_devtb
= (cc_platform_has(CC_ATTR_HOST_MEM_ENCRYPT) && is_kdump_kernel())
in __copy_device_table()
1129
if (!
old_devtb
)
in __copy_device_table()
1137
memunmap(
old_devtb
);
in __copy_device_table()
1142
pci_seg->old_dev_tbl_cpy[devid] =
old_devtb
[devid];
in __copy_device_table()
1143
dom_id =
old_devtb
[devid].data[1] & DEV_DOMID_MASK;
in __copy_device_table()
1144
dte_v =
old_devtb
[devid].data[0] & DTE_FLAG_V;
in __copy_device_table()
1147
pci_seg->old_dev_tbl_cpy[devid].data[0] =
old_devtb
[devid].data[0];
in __copy_device_table()
1148
pci_seg->old_dev_tbl_cpy[devid].data[1] =
old_devtb
[devid].data[1];
in __copy_device_table()
1151
if (
old_devtb
[devi
in __copy_device_table()
[all...]
/kernel/linux/linux-5.10/drivers/iommu/amd/
H
A
D
init.c
940
struct dev_table_entry *
old_devtb
= NULL;
in copy_device_table()
local
983
old_devtb
= (sme_active() && is_kdump_kernel())
in copy_device_table()
988
if (!
old_devtb
)
in copy_device_table()
1000
old_dev_tbl_cpy[devid] =
old_devtb
[devid];
in copy_device_table()
1001
dom_id =
old_devtb
[devid].data[1] & DEV_DOMID_MASK;
in copy_device_table()
1002
dte_v =
old_devtb
[devid].data[0] & DTE_FLAG_V;
in copy_device_table()
1005
old_dev_tbl_cpy[devid].data[0] =
old_devtb
[devid].data[0];
in copy_device_table()
1006
old_dev_tbl_cpy[devid].data[1] =
old_devtb
[devid].data[1];
in copy_device_table()
1009
if (
old_devtb
[devid].data[0] & DTE_FLAG_GV) {
in copy_device_table()
1019
irq_v =
old_devtb
[devi
in copy_device_table()
[all...]
Completed in 7 milliseconds