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:DSISR_ISSTORE
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
copro_fault.c
49
is_write = dsisr &
DSISR_ISSTORE
;
in copro_handle_mm_fault()
H
A
D
fault.c
366
#define page_fault_is_write(__err) ((__err) &
DSISR_ISSTORE
)
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
copro_fault.c
41
is_write = dsisr &
DSISR_ISSTORE
;
in copro_handle_mm_fault()
H
A
D
fault.c
366
#define page_fault_is_write(__err) ((__err) &
DSISR_ISSTORE
)
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
1179
u64 fault_addr, flags = dsisr &
DSISR_ISSTORE
;
in kvmhv_translate_addr_nested()
1204
if (dsisr &
DSISR_ISSTORE
) {
in kvmhv_translate_addr_nested()
1243
bool writing = !!(dsisr &
DSISR_ISSTORE
);
in kvmhv_handle_nested_set_rc()
1315
bool writing = !!(dsisr &
DSISR_ISSTORE
);
in __kvmhv_nested_page_fault()
1390
DSISR_ISSTORE
| DSISR_PROTFAULT);
in __kvmhv_nested_page_fault()
H
A
D
book3s_hv_rm_mmu.c
1246
} else if (status &
DSISR_ISSTORE
) {
in kvmppc_hpte_hv_fault()
1258
if (status &
DSISR_ISSTORE
)
in kvmppc_hpte_hv_fault()
H
A
D
book3s_64_mmu_radix.c
923
bool writing = !!(dsisr &
DSISR_ISSTORE
);
in kvmppc_book3s_radix_page_fault()
968
kvmppc_core_queue_data_storage(vcpu, ea,
DSISR_ISSTORE
|
in kvmppc_book3s_radix_page_fault()
H
A
D
book3s_64_mmu_hv.c
526
dsisr &
DSISR_ISSTORE
);
in kvmppc_book3s_hv_page_fault()
562
dsisr &
DSISR_ISSTORE
);
in kvmppc_book3s_hv_page_fault()
577
writing = (dsisr &
DSISR_ISSTORE
) != 0;
in kvmppc_book3s_hv_page_fault()
H
A
D
book3s_emulate.c
474
dsisr =
DSISR_ISSTORE
;
in kvmppc_core_emulate_op_pr()
H
A
D
book3s_pr.c
717
if (data && (vcpu->arch.fault_dsisr &
DSISR_ISSTORE
))
in kvmppc_handle_pagefault()
777
flags |= vcpu->arch.fault_dsisr &
DSISR_ISSTORE
;
in kvmppc_handle_pagefault()
H
A
D
book3s_hv.c
1407
vcpu->arch.fault_dsisr |=
DSISR_ISSTORE
;
in kvmppc_handle_exit_hv()
1541
vcpu->arch.fault_dsisr |=
DSISR_ISSTORE
;
in kvmppc_handle_nested_exit()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_nested.c
1363
u64 fault_addr, flags = dsisr &
DSISR_ISSTORE
;
in kvmhv_translate_addr_nested()
1388
if (dsisr &
DSISR_ISSTORE
) {
in kvmhv_translate_addr_nested()
1427
bool writing = !!(dsisr &
DSISR_ISSTORE
);
in kvmhv_handle_nested_set_rc()
1499
bool writing = !!(dsisr &
DSISR_ISSTORE
);
in __kvmhv_nested_page_fault()
1577
ea,
DSISR_ISSTORE
| DSISR_PROTFAULT);
in __kvmhv_nested_page_fault()
H
A
D
book3s_64_mmu_radix.c
947
bool writing = !!(dsisr &
DSISR_ISSTORE
);
in kvmppc_book3s_radix_page_fault()
998
ea,
DSISR_ISSTORE
| DSISR_PROTFAULT);
in kvmppc_book3s_radix_page_fault()
H
A
D
book3s_hv_rm_mmu.c
1248
} else if (status &
DSISR_ISSTORE
) {
in kvmppc_hpte_hv_fault()
1260
if (status &
DSISR_ISSTORE
)
in kvmppc_hpte_hv_fault()
H
A
D
book3s_64_mmu_hv.c
550
dsisr &
DSISR_ISSTORE
);
in kvmppc_book3s_hv_page_fault()
586
dsisr &
DSISR_ISSTORE
);
in kvmppc_book3s_hv_page_fault()
601
writing = (dsisr &
DSISR_ISSTORE
) != 0;
in kvmppc_book3s_hv_page_fault()
H
A
D
book3s_emulate.c
470
dsisr =
DSISR_ISSTORE
;
in kvmppc_core_emulate_op_pr()
H
A
D
book3s_pr.c
701
if (data && (vcpu->arch.fault_dsisr &
DSISR_ISSTORE
))
in kvmppc_handle_pagefault()
761
flags |= vcpu->arch.fault_dsisr &
DSISR_ISSTORE
;
in kvmppc_handle_pagefault()
H
A
D
powerpc.c
322
dsisr |=
DSISR_ISSTORE
;
in kvmppc_emulate_mmio()
H
A
D
book3s_hv.c
1791
vcpu->arch.fault_dsisr |=
DSISR_ISSTORE
;
in kvmppc_handle_exit_hv()
1980
vcpu->arch.fault_dsisr |=
DSISR_ISSTORE
;
in kvmppc_handle_nested_exit()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
321
#define
DSISR_ISSTORE
0x02000000 /* access was a store */
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
1538
if (dsisr &
DSISR_ISSTORE
)
in __hash_page()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
318
#define
DSISR_ISSTORE
0x02000000 /* access was a store */
macro
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
cxl.h
334
#define CXL_PSL_DSISR_An_S
DSISR_ISSTORE
/* Access was afu_wr or afu_zero */
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
cxl.h
336
#define CXL_PSL_DSISR_An_S
DSISR_ISSTORE
/* Access was afu_wr or afu_zero */
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
1703
if (dsisr &
DSISR_ISSTORE
)
in DEFINE_INTERRUPT_HANDLER()
Completed in 95 milliseconds