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:PPC_INST_ADDI
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
module_32.c
150
if (entry->jump[1] != (
PPC_INST_ADDI
| __PPC_RT(R12) | __PPC_RA(R12) |
in entry_matches()
185
entry->jump[1] =
PPC_INST_ADDI
| __PPC_RT(R12) | __PPC_RA(R12) | PPC_LO(val);
in do_plt_call()
H
A
D
module_64.c
136
PPC_INST_ADDI
| __PPC_RT(R11) | __PPC_RA(R11),
351
PPC_INST_ADDI
| __PPC_RT(R12) | __PPC_RA(R12),
712
((uint32_t *)location)[1] =
PPC_INST_ADDI
| __PPC_RT(R2) |
in apply_relocate_add()
H
A
D
signal_64.c
607
err |= __put_user(
PPC_INST_ADDI
| __PPC_RT(R1) | __PPC_RA(R1) |
in setup_trampoline()
610
err |= __put_user(
PPC_INST_ADDI
| (syscall & 0xffff), &tramp[2]);
in setup_trampoline()
H
A
D
signal_32.c
325
if (__put_user(
PPC_INST_ADDI
+ sigret, &frame->tramp[0])
in save_user_regs()
466
if (__put_user(
PPC_INST_ADDI
+ sigret, &frame->tramp[0])
in save_tm_user_regs()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
ppc-opcode.h
256
#define
PPC_INST_ADDI
0x38000000
macro
439
#define PPC_RAW_ADDI(d, a, i) (
PPC_INST_ADDI
| ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i))
Completed in 7 milliseconds