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:is_pse
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-intel.c
16
bool
is_pse
;
member
157
if (intel_priv->
is_pse
)
in intel_serdes_powerup()
177
if (intel_priv->
is_pse
)
in intel_serdes_powerdown()
269
if (intel_priv->
is_pse
) {
in intel_mgbe_ptp_clk_freq_config()
683
intel_priv->
is_pse
= true;
in ehl_pse0_common_data()
724
intel_priv->
is_pse
= true;
in ehl_pse1_common_data()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
139
static inline int
is_pse
(struct kvm_vcpu *vcpu)
in is_pse()
function
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
193
static inline bool
is_pse
(struct kvm_vcpu *vcpu)
in is_pse()
function
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
4089
is_pse
(vcpu),
in reset_rsvds_bits_mask()
4167
is_pse
(vcpu), true);
in reset_shadow_zero_bits_mask()
4393
if (root_level == PT32_ROOT_LEVEL &&
is_pse
(vcpu))
in update_last_nonleaf_level()
4460
ext.cr4_pse = !!
is_pse
(vcpu);
in kvm_calc_mmu_role_ext()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
4856
bool
is_pse
= false;
in reset_shadow_zero_bits_mask()
local
4867
is_pse
, is_amd);
in reset_shadow_zero_bits_mask()
Completed in 20 milliseconds