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:exit_to_user_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
entry-common.c
142
static __always_inline void
exit_to_user_mode
(struct pt_regs *regs)
in exit_to_user_mode()
function
151
exit_to_user_mode
(regs);
in asm_exit_to_user_mode()
547
exit_to_user_mode
(regs);
in el0_da()
565
exit_to_user_mode
(regs);
in el0_ia()
573
exit_to_user_mode
(regs);
in el0_fpsimd_acc()
581
exit_to_user_mode
(regs);
in el0_sve_acc()
589
exit_to_user_mode
(regs);
in el0_sme_acc()
597
exit_to_user_mode
(regs);
in el0_fpsimd_exc()
605
exit_to_user_mode
(regs);
in el0_sys()
618
exit_to_user_mode
(reg
in el0_pc()
[all...]
/kernel/linux/linux-5.10/kernel/entry/
H
A
D
common.c
114
*
exit_to_user_mode
- Fixup state when exiting to user mode
125
static __always_inline void
exit_to_user_mode
(void)
in exit_to_user_mode()
function
276
exit_to_user_mode
();
in syscall_exit_to_user_mode()
289
exit_to_user_mode
();
in irqentry_exit_to_user_mode()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
exception.h
32
asmlinkage void
exit_to_user_mode
(void);
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
syscall.c
169
exit_to_user_mode
();
in __do_syscall()
/kernel/linux/linux-6.6/include/linux/
H
A
D
entry-common.h
238
* Invoked from
exit_to_user_mode
() with interrupt disabled as the last
262
*
exit_to_user_mode
- Fixup state when exiting to user mode
279
void
exit_to_user_mode
(void);
286
*
exit_to_user_mode
() to perform the final transition to user mode.
290
* invoke
exit_to_user_mode
() before actually switching to user mode to
292
* return from this function and the invocation of
exit_to_user_mode
().
319
* functionality in
exit_to_user_mode
().
322
*
exit_to_user_mode
(). This function is preferred unless there is a
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
entry-common.c
249
asmlinkage void noinstr
exit_to_user_mode
(void)
in exit_to_user_mode()
function
H
A
D
entry.S
44
bl
exit_to_user_mode
/kernel/linux/linux-6.6/kernel/entry/
H
A
D
common.c
126
/* See comment for
exit_to_user_mode
() in entry-common.h */
139
void noinstr
exit_to_user_mode
(void)
in exit_to_user_mode()
function
Completed in 5 milliseconds