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:WORD_SIZE
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmenter.S
10
#define
WORD_SIZE
(BITS_PER_LONG / 8)
define
12
#define VCPU_RAX __VCPU_REGS_RAX *
WORD_SIZE
13
#define VCPU_RCX __VCPU_REGS_RCX *
WORD_SIZE
14
#define VCPU_RDX __VCPU_REGS_RDX *
WORD_SIZE
15
#define VCPU_RBX __VCPU_REGS_RBX *
WORD_SIZE
17
#define VCPU_RBP __VCPU_REGS_RBP *
WORD_SIZE
18
#define VCPU_RSI __VCPU_REGS_RSI *
WORD_SIZE
19
#define VCPU_RDI __VCPU_REGS_RDI *
WORD_SIZE
22
#define VCPU_R8 __VCPU_REGS_R8 *
WORD_SIZE
23
#define VCPU_R9 __VCPU_REGS_R9 *
WORD_SIZE
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
vmenter.S
8
#define
WORD_SIZE
(BITS_PER_LONG / 8)
define
11
#define VCPU_RCX __VCPU_REGS_RCX *
WORD_SIZE
12
#define VCPU_RDX __VCPU_REGS_RDX *
WORD_SIZE
13
#define VCPU_RBX __VCPU_REGS_RBX *
WORD_SIZE
15
#define VCPU_RBP __VCPU_REGS_RBP *
WORD_SIZE
16
#define VCPU_RSI __VCPU_REGS_RSI *
WORD_SIZE
17
#define VCPU_RDI __VCPU_REGS_RDI *
WORD_SIZE
20
#define VCPU_R8 __VCPU_REGS_R8 *
WORD_SIZE
21
#define VCPU_R9 __VCPU_REGS_R9 *
WORD_SIZE
22
#define VCPU_R10 __VCPU_REGS_R10 *
WORD_SIZE
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmenter.S
12
#define
WORD_SIZE
(BITS_PER_LONG / 8)
define
14
#define VCPU_RAX __VCPU_REGS_RAX *
WORD_SIZE
15
#define VCPU_RCX __VCPU_REGS_RCX *
WORD_SIZE
16
#define VCPU_RDX __VCPU_REGS_RDX *
WORD_SIZE
17
#define VCPU_RBX __VCPU_REGS_RBX *
WORD_SIZE
19
#define VCPU_RBP __VCPU_REGS_RBP *
WORD_SIZE
20
#define VCPU_RSI __VCPU_REGS_RSI *
WORD_SIZE
21
#define VCPU_RDI __VCPU_REGS_RDI *
WORD_SIZE
24
#define VCPU_R8 __VCPU_REGS_R8 *
WORD_SIZE
25
#define VCPU_R9 __VCPU_REGS_R9 *
WORD_SIZE
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
vmenter.S
10
#define
WORD_SIZE
(BITS_PER_LONG / 8)
define
13
#define VCPU_RCX (SVM_vcpu_arch_regs + __VCPU_REGS_RCX *
WORD_SIZE
)
14
#define VCPU_RDX (SVM_vcpu_arch_regs + __VCPU_REGS_RDX *
WORD_SIZE
)
15
#define VCPU_RBX (SVM_vcpu_arch_regs + __VCPU_REGS_RBX *
WORD_SIZE
)
17
#define VCPU_RBP (SVM_vcpu_arch_regs + __VCPU_REGS_RBP *
WORD_SIZE
)
18
#define VCPU_RSI (SVM_vcpu_arch_regs + __VCPU_REGS_RSI *
WORD_SIZE
)
19
#define VCPU_RDI (SVM_vcpu_arch_regs + __VCPU_REGS_RDI *
WORD_SIZE
)
22
#define VCPU_R8 (SVM_vcpu_arch_regs + __VCPU_REGS_R8 *
WORD_SIZE
)
23
#define VCPU_R9 (SVM_vcpu_arch_regs + __VCPU_REGS_R9 *
WORD_SIZE
)
24
#define VCPU_R10 (SVM_vcpu_arch_regs + __VCPU_REGS_R10 *
WORD_SIZE
)
[all...]
/kernel/linux/linux-6.6/drivers/nvmem/
H
A
D
nintendo-otp.c
27
#define
WORD_SIZE
4
macro
53
int words = bytes /
WORD_SIZE
;
in nintendo_otp_reg_read()
58
addr = (reg /
WORD_SIZE
) % (BANK_SIZE /
WORD_SIZE
);
in nintendo_otp_reg_read()
61
reg +=
WORD_SIZE
;
in nintendo_otp_reg_read()
83
.stride =
WORD_SIZE
,
in nintendo_otp_probe()
84
.word_size =
WORD_SIZE
,
in nintendo_otp_probe()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H
A
D
tlbie_test.c
111
#define
WORD_SIZE
(sizeof(unsigned int))
macro
112
#define WORD_BITS (
WORD_SIZE
* BITS_PER_BYTE)
113
#define WORDS_PER_CHUNK (RIM_CHUNK_SIZE/
WORD_SIZE
)
141
ret = delta_bytes/
WORD_SIZE
;
in compute_word_offset()
186
* (Thread-id * RIM_CHUNK_SIZE) + (Word-offset *
WORD_SIZE
)
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H
A
D
tlbie_test.c
110
#define
WORD_SIZE
(sizeof(unsigned int))
macro
111
#define WORD_BITS (
WORD_SIZE
* BITS_PER_BYTE)
112
#define WORDS_PER_CHUNK (RIM_CHUNK_SIZE/
WORD_SIZE
)
140
ret = delta_bytes/
WORD_SIZE
;
in compute_word_offset()
185
* (Thread-id * RIM_CHUNK_SIZE) + (Word-offset *
WORD_SIZE
)
Completed in 3 milliseconds