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:mode64
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth.c
1980
int i, cmd_index, read_write, sgcnt,
mode64
;
in gdth_fill_cache_cmd()
local
1986
mode64
= (ha->cache_feat & GDT_64BIT) ? TRUE : FALSE;
in gdth_fill_cache_cmd()
1987
/* test for READ_16, WRITE_16 if !
mode64
? ---
in gdth_fill_cache_cmd()
2032
if (
mode64
) {
in gdth_fill_cache_cmd()
2058
if (
mode64
) {
in gdth_fill_cache_cmd()
2071
if (
mode64
) {
in gdth_fill_cache_cmd()
2101
if (
mode64
) {
in gdth_fill_cache_cmd()
2142
int cmd_index, sgcnt,
mode64
;
in gdth_fill_raw_cmd()
local
2152
mode64
= (ha->raw_feat & GDT_64BIT) ? TRUE : FALSE;
in gdth_fill_raw_cmd()
2170
if (
mode64
) {
in gdth_fill_raw_cmd()
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
emulate.c
231
struct opcode
mode64
;
member
5371
opcode = opcode.u.mdual->
mode64
;
in x86_decode_insn()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
emulate.c
234
struct opcode
mode64
;
member
4953
opcode = opcode.u.mdual->
mode64
;
in x86_decode_insn()
Completed in 18 milliseconds