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:OP_PREFIX
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/
H
A
D
feature-fixups-test.S
797
.long
OP_PREFIX
<< 26
804
.long
OP_PREFIX
<< 26
816
.long
OP_PREFIX
<< 26
823
.long
OP_PREFIX
<< 26
828
.long
OP_PREFIX
<< 26
833
.long
OP_PREFIX
<< 26
839
.long
OP_PREFIX
<< 26
847
.long
OP_PREFIX
<< 26
853
.long
OP_PREFIX
<< 26
859
.long
OP_PREFIX
<< 2
[all...]
H
A
D
inst.c
21
if (get_op(val) ==
OP_PREFIX
) {
in probe_user_read_inst()
39
if (get_op(val) ==
OP_PREFIX
) {
in probe_kernel_read_inst()
H
A
D
test_code-patching.S
19
.long
OP_PREFIX
<< 26
H
A
D
code-patching.c
719
ppc_inst_prefix(
OP_PREFIX
<< 26, 0x00000000),
in test_prefixed_patching()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H
A
D
feature-fixups-test.S
797
.long
OP_PREFIX
<< 26
804
.long
OP_PREFIX
<< 26
816
.long
OP_PREFIX
<< 26
823
.long
OP_PREFIX
<< 26
828
.long
OP_PREFIX
<< 26
833
.long
OP_PREFIX
<< 26
839
.long
OP_PREFIX
<< 26
847
.long
OP_PREFIX
<< 26
853
.long
OP_PREFIX
<< 26
859
.long
OP_PREFIX
<< 2
[all...]
H
A
D
test-code-patching.c
339
u32 expected[2] = {
OP_PREFIX
<< 26, 0};
in test_prefixed_patching()
340
ppc_inst_t inst = ppc_inst_prefix(
OP_PREFIX
<< 26, 0);
in test_prefixed_patching()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
inst.h
20
if (IS_ENABLED(CONFIG_PPC64) && (__prefix >> 26) ==
OP_PREFIX
) { \
81
if (IS_ENABLED(CONFIG_PPC64) && (*ptr >> 26) ==
OP_PREFIX
)
in ppc_inst_read()
89
return IS_ENABLED(CONFIG_PPC64) && ppc_inst_primary_opcode(x) ==
OP_PREFIX
;
in ppc_inst_prefixed()
151
if (IS_ENABLED(CONFIG_PPC64) && get_op(val) ==
OP_PREFIX
) {
in __copy_inst_from_kernel_nofault()
H
A
D
ppc-opcode.h
137
#define
OP_PREFIX
1
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
inst.h
54
if ((val >> 26) ==
OP_PREFIX
) {
in ppc_inst_read()
H
A
D
uaccess.h
76
if ((__prefix >> 26) ==
OP_PREFIX
) { \
H
A
D
ppc-opcode.h
175
#define
OP_PREFIX
1
macro
Completed in 9 milliseconds