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_HA
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
module_32.c
149
if (entry->jump[0] != PPC_RAW_LIS(_R12,
PPC_HA
(val)))
in entry_matches()
177
if (patch_instruction(&entry->jump[0], ppc_inst(PPC_RAW_LIS(_R12,
PPC_HA
(val)))))
in do_plt_call()
240
if (patch_location_16(location,
PPC_HA
(value)))
in apply_relocate_add()
H
A
D
module_64.c
534
entry->jump[1] |=
PPC_HA
(reladdr);
in create_ftrace_stub()
643
ppc_inst(entry->jump[0] |
PPC_HA
(reladdr))))
in create_stub()
1006
((uint32_t *)location)[0] = PPC_RAW_ADDIS(_R2, _R12,
PPC_HA
(value));
in apply_relocate_add()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
module_32.c
148
if (entry->jump[0] != (PPC_INST_ADDIS | __PPC_RT(R12) |
PPC_HA
(val)))
in entry_matches()
184
entry->jump[0] = PPC_INST_ADDIS | __PPC_RT(R12) |
PPC_HA
(val);
in do_plt_call()
H
A
D
module_64.c
384
entry->jump[1] |=
PPC_HA
(reladdr);
in create_ftrace_stub()
457
entry->jump[0] |=
PPC_HA
(reladdr);
in create_stub()
711
__PPC_RA(R12) |
PPC_HA
(value);
in apply_relocate_add()
/kernel/linux/linux-6.6/arch/powerpc/kernel/trace/
H
A
D
ftrace.c
392
tramp[i][1] |=
PPC_HA
(reladdr);
in ftrace_dyn_arch_init()
399
tramp[i][0] |=
PPC_HA
(addr);
in ftrace_dyn_arch_init()
H
A
D
ftrace_64_pg.c
753
tramp[i][1] |=
PPC_HA
(reladdr);
in ftrace_dyn_arch_init()
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/
H
A
D
ftrace.c
920
tramp[i][1] |=
PPC_HA
(reladdr);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
ppc-opcode.h
321
#define
PPC_HA
(v) PPC_HI((v) + 0x8000)
macro
/kernel/linux/linux-6.6/arch/powerpc/net/
H
A
D
bpf_jit_comp64.c
234
EMIT(PPC_RAW_ADDIS(_R12, _R2,
PPC_HA
(reladdr)));
in bpf_jit_emit_func_call_hlp()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
ppc-opcode.h
365
#define
PPC_HA
(v) PPC_HI((v) + 0x8000)
macro
Completed in 13 milliseconds