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_lazy
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
tlb.c
303
WARN_ON(!this_cpu_read(cpu_tlbstate.
is_lazy
));
in leave_mm()
427
bool was_lazy = this_cpu_read(cpu_tlbstate.
is_lazy
);
in switch_mm_irqs_off()
472
this_cpu_write(cpu_tlbstate.
is_lazy
, false);
in switch_mm_irqs_off()
493
* from cpu_tlbstate.
is_lazy
whether or not to send an IPI.
in switch_mm_irqs_off()
601
this_cpu_write(cpu_tlbstate.
is_lazy
, true);
in enter_lazy_tlb()
682
if (this_cpu_read(cpu_tlbstate.
is_lazy
)) {
in flush_tlb_func_common()
795
return !per_cpu(cpu_tlbstate.
is_lazy
, cpu);
in tlb_is_not_lazy()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
tlb.c
318
WARN_ON(!this_cpu_read(cpu_tlbstate_shared.
is_lazy
));
in leave_mm()
501
bool was_lazy = this_cpu_read(cpu_tlbstate_shared.
is_lazy
);
in switch_mm_irqs_off()
548
this_cpu_write(cpu_tlbstate_shared.
is_lazy
, false);
in switch_mm_irqs_off()
575
* cpu_tlbstate_shared.
is_lazy
whether or not to send an IPI.
in switch_mm_irqs_off()
683
this_cpu_write(cpu_tlbstate_shared.
is_lazy
, true);
in enter_lazy_tlb()
780
if (this_cpu_read(cpu_tlbstate_shared.
is_lazy
)) {
in flush_tlb_func()
903
return !per_cpu(cpu_tlbstate_shared.
is_lazy
, cpu);
in tlb_is_not_lazy()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
tlbflush.h
96
* mm_cpumask(loaded_mm) and
is_lazy
== false;
99
* will not be set in mm_cpumask(&init_mm) and
is_lazy
== false.
102
* is set in mm_cpumask(loaded_mm), but
is_lazy
== true.
107
bool
is_lazy
;
member
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
mmu.c
57
return per_cpu(cpu_tlbstate_shared.
is_lazy
, cpu);
in cpu_is_lazy()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
tlbflush.h
159
* mm_cpumask(loaded_mm) and
is_lazy
== false;
162
* will not be set in mm_cpumask(&init_mm) and
is_lazy
== false.
165
* is set in mm_cpumask(loaded_mm), but
is_lazy
== true.
170
bool
is_lazy
;
member
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
alternative.c
1134
if (this_cpu_read(cpu_tlbstate.
is_lazy
))
in use_temporary_mm()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
alternative.c
1736
if (this_cpu_read(cpu_tlbstate_shared.
is_lazy
))
in use_temporary_mm()
Completed in 11 milliseconds