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:alt_offset
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
alternative.h
31
#define ALT_ALT_PTR(a) __ALT_PTR(a,
alt_offset
)
42
s32
alt_offset
; /* offset relative to replacement instruction or data */
member
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
alternative-macros.h
94
.macro altinstruction_entry orig_offset
alt_offset
cpucap orig_len alt_len
96
.word \
alt_offset
- .
H
A
D
alternative.h
15
s32
alt_offset
; /* offset to replacement instruction */
member
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
alternative.h
15
s32
alt_offset
; /* offset to replacement instruction */
member
H
A
D
alternative-macros.h
84
.macro altinstruction_entry orig_offset
alt_offset
feature orig_len alt_len
86
.word \
alt_offset
- .
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
alternative.c
22
#define ALT_REPL_PTR(a) __ALT_PTR(a,
alt_offset
)
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
alternative.c
25
#define ALT_REPL_PTR(a) __ALT_PTR(a,
alt_offset
)
/kernel/linux/linux-5.10/drivers/pinctrl/stm32/
H
A
D
pinctrl-stm32.c
769
int
alt_offset
= STM32_GPIO_AFRL + (pin / 8) * 4;
in stm32_pmx_set_mode()
local
785
val = readl_relaxed(bank->base +
alt_offset
);
in stm32_pmx_set_mode()
788
writel_relaxed(val, bank->base +
alt_offset
);
in stm32_pmx_set_mode()
812
int
alt_offset
= STM32_GPIO_AFRL + (pin / 8) * 4;
in stm32_pmx_get_mode()
local
818
val = readl_relaxed(bank->base +
alt_offset
);
in stm32_pmx_get_mode()
/kernel/linux/linux-6.6/drivers/pinctrl/stm32/
H
A
D
pinctrl-stm32.c
774
int
alt_offset
= STM32_GPIO_AFRL + (pin / 8) * 4;
in stm32_pmx_set_mode()
local
789
val = readl_relaxed(bank->base +
alt_offset
);
in stm32_pmx_set_mode()
792
writel_relaxed(val, bank->base +
alt_offset
);
in stm32_pmx_set_mode()
815
int
alt_offset
= STM32_GPIO_AFRL + (pin / 8) * 4;
in stm32_pmx_get_mode()
local
820
val = readl_relaxed(bank->base +
alt_offset
);
in stm32_pmx_get_mode()
Completed in 8 milliseconds