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:err_opcode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
extable.h
17
* Note: The register specified in the
err_opcode
instruction will be
31
int
err_opcode
; /* sample opcode with register which holds error code */
member
44
* load -EFAULT on fault into the register specified by the
err_opcode
instruction,
59
a->
err_opcode
= b->
err_opcode
;
in swap_ex_entry_fixup()
60
b->
err_opcode
= tmp.
err_opcode
;
in swap_ex_entry_fixup()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
q_struct.h
190
u64
err_opcode
:8;
member
221
u64
err_opcode
:8;
H
A
D
nicvf_queues.c
1841
"RX error CQE err_level 0x%x
err_opcode
0x%x\n",
in nicvf_check_cqe_rx_errs()
1842
cqe_rx->err_level, cqe_rx->
err_opcode
);
in nicvf_check_cqe_rx_errs()
1844
switch (cqe_rx->
err_opcode
) {
in nicvf_check_cqe_rx_errs()
H
A
D
nicvf_main.c
793
if (cqe_rx->err_level || cqe_rx->
err_opcode
) {
in nicvf_rcv_pkt_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
q_struct.h
190
u64
err_opcode
:8;
member
221
u64
err_opcode
:8;
H
A
D
nicvf_queues.c
1842
"RX error CQE err_level 0x%x
err_opcode
0x%x\n",
in nicvf_check_cqe_rx_errs()
1843
cqe_rx->err_level, cqe_rx->
err_opcode
);
in nicvf_check_cqe_rx_errs()
1845
switch (cqe_rx->
err_opcode
) {
in nicvf_check_cqe_rx_errs()
H
A
D
nicvf_main.c
790
if (cqe_rx->err_level || cqe_rx->
err_opcode
) {
in nicvf_rcv_pkt_handler()
/kernel/linux/linux-6.6/arch/parisc/mm/
H
A
D
fault.c
158
int fault_error_reg = fix->
err_opcode
& 0x1f;
in fixup_exception()
Completed in 15 milliseconds