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:__ASM_REG
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
asm.h
29
#define
__ASM_REG
(reg) __ASM_SEL_RAW(e##reg, r##reg)
macro
42
#define _ASM_AX
__ASM_REG
(ax)
43
#define _ASM_BX
__ASM_REG
(bx)
44
#define _ASM_CX
__ASM_REG
(cx)
45
#define _ASM_DX
__ASM_REG
(dx)
46
#define _ASM_SP
__ASM_REG
(sp)
47
#define _ASM_BP
__ASM_REG
(bp)
48
#define _ASM_SI
__ASM_REG
(si)
49
#define _ASM_DI
__ASM_REG
(di)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
asm.h
32
#define
__ASM_REG
(reg) __ASM_SEL_RAW(e##reg, r##reg)
macro
45
#define _ASM_AX
__ASM_REG
(ax)
46
#define _ASM_BX
__ASM_REG
(bx)
47
#define _ASM_CX
__ASM_REG
(cx)
48
#define _ASM_DX
__ASM_REG
(dx)
49
#define _ASM_SP
__ASM_REG
(sp)
50
#define _ASM_BP
__ASM_REG
(bp)
51
#define _ASM_SI
__ASM_REG
(si)
52
#define _ASM_DI
__ASM_REG
(di)
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
asm.h
30
#define
__ASM_REG
(reg) __ASM_SEL_RAW(e##reg, r##reg)
macro
43
#define _ASM_AX
__ASM_REG
(ax)
44
#define _ASM_BX
__ASM_REG
(bx)
45
#define _ASM_CX
__ASM_REG
(cx)
46
#define _ASM_DX
__ASM_REG
(dx)
47
#define _ASM_SP
__ASM_REG
(sp)
48
#define _ASM_BP
__ASM_REG
(bp)
49
#define _ASM_SI
__ASM_REG
(si)
50
#define _ASM_DI
__ASM_REG
(di)
Completed in 2 milliseconds