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:handle_trap
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H
A
D
hyp-main.c
107
void
handle_trap
(struct kvm_cpu_context *host_ctxt)
in handle_trap()
function
H
A
D
host.S
41
bl
handle_trap
/kernel/linux/linux-5.10/arch/nios2/kernel/
H
A
D
entry.S
74
.word
handle_trap
/* 3 - Trap Instruction */
163
ENTRY(
handle_trap
)
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H
A
D
process.c
134
static void
handle_trap
(int pid, struct uml_pt_regs *regs,
in handle_trap()
function
147
printk(UM_KERN_ERR "
handle_trap
- nullifying syscall "
in handle_trap()
154
printk(UM_KERN_ERR "
handle_trap
- continuing to end of "
in handle_trap()
166
printk(UM_KERN_ERR "
handle_trap
- failed to wait at "
in handle_trap()
420
handle_trap
(pid, regs, local_using_sysemu);
in userspace()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H
A
D
entry.S
74
.word
handle_trap
/* 3 - Trap Instruction */
163
ENTRY(
handle_trap
)
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H
A
D
process.c
184
static void
handle_trap
(int pid, struct uml_pt_regs *regs,
in handle_trap()
function
477
handle_trap
(pid, regs, local_using_sysemu);
in userspace()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
host.S
61
bl
handle_trap
H
A
D
hyp-main.c
411
void
handle_trap
(struct kvm_cpu_context *host_ctxt)
in handle_trap()
function
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
kvm_asm.h
283
void
handle_trap
(struct kvm_cpu_context *host_ctxt);
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
kvm_host.h
726
int (*
handle_trap
)(struct kvm_vcpu *vcpu);
member
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
kvm_host.h
808
int (*
handle_trap
)(struct kvm_vcpu *vcpu);
member
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
mips.c
1322
ret = kvm_mips_callbacks->
handle_trap
(vcpu);
in kvm_mips_handle_exit()
H
A
D
trap_emul.c
1271
.
handle_trap
= kvm_trap_emul_handle_trap,
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
mips.c
1271
ret = kvm_mips_callbacks->
handle_trap
(vcpu);
in __kvm_mips_handle_exit()
Completed in 15 milliseconds