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:usermode
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
e500_mmu_host.c
48
static inline u32 e500_shadow_mas3_attrib(u32 mas3, int
usermode
)
in e500_shadow_mas3_attrib()
argument
54
if (!
usermode
) {
in e500_shadow_mas3_attrib()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
e500_mmu_host.c
48
static inline u32 e500_shadow_mas3_attrib(u32 mas3, int
usermode
)
in e500_shadow_mas3_attrib()
argument
54
if (!
usermode
) {
in e500_shadow_mas3_attrib()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
emulate.c
2887
int
usermode
= !KVM_GUEST_KERNEL_MODE(vcpu);
in kvm_mips_handle_ri()
local
2892
/* If
usermode
, check RDHWR rd is allowed by guest HWREna */
in kvm_mips_handle_ri()
2893
if (
usermode
&& !(kvm_read_c0_guest_hwrena(cop0) & BIT(rd))) {
in kvm_mips_handle_ri()
3135
int
usermode
= !KVM_GUEST_KERNEL_MODE(vcpu);
in kvm_mips_check_privilege()
local
3137
if (
usermode
) {
in kvm_mips_check_privilege()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_ppc.h
107
extern void kvmppc_mmu_priv_switch(struct kvm_vcpu *vcpu, int
usermode
);
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
kvm.h
491
__u8
usermode
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
kvm.h
499
__u8
usermode
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
kvm.h
374
__u8
usermode
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
kvm.h
374
__u8
usermode
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
kvm.h
361
__u8
usermode
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
emulate.c
2940
int
usermode
;
in em_sysexit()
local
2951
usermode
= X86EMUL_MODE_PROT64;
in em_sysexit()
2953
usermode
= X86EMUL_MODE_PROT32;
in em_sysexit()
2961
switch (
usermode
) {
in em_sysexit()
2989
ctxt->mode =
usermode
;
in em_sysexit()
H
A
D
x86.c
168
*
usermode
, e.g. SYSCALL MSRs and TSC_AUX, can be deferred until the CPU
10086
tr->
usermode
= 0;
in kvm_arch_vcpu_ioctl_translate()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
emulate.c
2515
int
usermode
;
in em_sysexit()
local
2526
usermode
= X86EMUL_MODE_PROT64;
in em_sysexit()
2528
usermode
= X86EMUL_MODE_PROT32;
in em_sysexit()
2536
switch (
usermode
) {
in em_sysexit()
2564
ctxt->mode =
usermode
;
in em_sysexit()
H
A
D
x86.c
205
*
usermode
, e.g. SYSCALL MSRs and TSC_AUX, can be deferred until the CPU
11743
tr->
usermode
= 0;
in kvm_arch_vcpu_ioctl_translate()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
kvm.h
575
__u8
usermode
;
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
kvm.h
575
__u8
usermode
;
member
Completed in 78 milliseconds