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:copros
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
radix_tlb.c
373
if (atomic_read(&mm->context.
copros
) > 0)
in _tlbiel_pid_multicast()
506
if (atomic_read(&mm->context.
copros
) > 0)
in _tlbiel_va_multicast()
560
if (atomic_read(&mm->context.
copros
) > 0)
in _tlbiel_va_range_multicast()
631
if (atomic_read(&mm->context.
copros
) > 0)
in mm_is_singlethreaded()
645
if (atomic_read(&mm->context.
copros
) > 0)
in mm_needs_flush_escalation()
718
if (atomic_read(&mm->context.
copros
) > 0)
in radix__flush_tlb_mm()
760
if (atomic_read(&mm->context.
copros
) > 0)
in __flush_all_mm()
804
if (atomic_read(&mm->context.
copros
) > 0)
in radix__flush_tlb_page_psize()
926
if (atomic_read(&mm->context.
copros
) > 0)
in __radix__flush_tlb_range()
1116
if (atomic_read(&mm->context.
copros
) >
in __radix__flush_tlb_range_psize()
[all...]
H
A
D
radix_hugetlbpage.c
104
(atomic_read(&mm->context.
copros
) > 0))
in radix__huge_ptep_modify_prot_commit()
H
A
D
mmu_context.c
203
atomic_set(&mm->context.
copros
, 0);
in init_new_context()
H
A
D
radix_pgtable.c
1085
if ((change & _PAGE_RW) && atomic_read(&mm->context.
copros
) > 0) {
in radix__ptep_set_access_flags()
1119
(atomic_read(&mm->context.
copros
) > 0))
in radix__ptep_modify_prot_commit()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
radix_tlb.c
380
if (atomic_read(&mm->context.
copros
) > 0)
in _tlbiel_pid_multicast()
513
if (atomic_read(&mm->context.
copros
) > 0)
in _tlbiel_va_multicast()
567
if (atomic_read(&mm->context.
copros
) > 0)
in _tlbiel_va_range_multicast()
654
if (atomic_read(&mm->context.
copros
) > 0)
in mm_needs_flush_escalation()
788
if (atomic_read(&mm->context.
copros
) > 0)
in flush_type_needed()
857
if (atomic_read(&mm->context.
copros
) > 0)
in radix__flush_tlb_mm()
895
if (atomic_read(&mm->context.
copros
) > 0)
in __flush_all_mm()
937
if (atomic_read(&mm->context.
copros
) > 0)
in radix__flush_tlb_page_psize()
1059
if (atomic_read(&mm->context.
copros
) > 0)
in __radix__flush_tlb_range()
1270
if (atomic_read(&mm->context.
copros
) >
in __radix__flush_tlb_range_psize()
[all...]
H
A
D
radix_hugetlbpage.c
59
atomic_read(&mm->context.
copros
) > 0)
in radix__huge_ptep_modify_prot_commit()
H
A
D
mmu_context.c
215
atomic_set(&mm->context.
copros
, 0);
in init_new_context()
H
A
D
radix_pgtable.c
1501
atomic_read(&mm->context.
copros
) > 0) {
in radix__ptep_set_access_flags()
1536
(atomic_read(&mm->context.
copros
) > 0))
in radix__ptep_modify_prot_commit()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
mmu_context.h
151
if (atomic_inc_return(&mm->context.
copros
) == 1)
in mm_context_add_copro()
164
* Both the '
copros
' and 'active_cpus' counts are looked at in
in mm_context_remove_copro()
167
* '
copros
'. If this API is used by several callers for the
in mm_context_remove_copro()
173
* used on hash. Note that we can't drop '
copros
' either, as
in mm_context_remove_copro()
180
c = atomic_dec_if_positive(&mm->context.
copros
);
in mm_context_remove_copro()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
mmu_context.h
141
if (atomic_inc_return(&mm->context.
copros
) == 1)
in mm_context_add_copro()
154
* Both the '
copros
' and 'active_cpus' counts are looked at in
in mm_context_remove_copro()
157
* '
copros
'. If this API is used by several callers for the
in mm_context_remove_copro()
163
* used on hash. Note that we can't drop '
copros
' either, as
in mm_context_remove_copro()
170
c = atomic_dec_if_positive(&mm->context.
copros
);
in mm_context_remove_copro()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
tlbflush.h
146
if (atomic_read(&vma->vm_mm->context.
copros
) > 0)
in flush_tlb_fix_spurious_fault()
H
A
D
mmu.h
107
atomic_t
copros
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu.h
108
atomic_t
copros
;
member
Completed in 11 milliseconds