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:aa64dfr0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
debug-sr.h
94
u64
aa64dfr0
;
in __debug_save_state()
local
97
aa64dfr0
= read_sysreg(id_aa64dfr0_el1);
in __debug_save_state()
98
brps = (
aa64dfr0
>> 12) & 0xf;
in __debug_save_state()
99
wrps = (
aa64dfr0
>> 20) & 0xf;
in __debug_save_state()
112
u64
aa64dfr0
;
in __debug_restore_state()
local
115
aa64dfr0
= read_sysreg(id_aa64dfr0_el1);
in __debug_restore_state()
117
brps = (
aa64dfr0
>> 12) & 0xf;
in __debug_restore_state()
118
wrps = (
aa64dfr0
>> 20) & 0xf;
in __debug_restore_state()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H
A
D
debug-sr.h
94
u64
aa64dfr0
;
in __debug_save_state()
local
97
aa64dfr0
= read_sysreg(id_aa64dfr0_el1);
in __debug_save_state()
98
brps = (
aa64dfr0
>> 12) & 0xf;
in __debug_save_state()
99
wrps = (
aa64dfr0
>> 20) & 0xf;
in __debug_save_state()
112
u64
aa64dfr0
;
in __debug_restore_state()
local
115
aa64dfr0
= read_sysreg(id_aa64dfr0_el1);
in __debug_restore_state()
117
brps = (
aa64dfr0
>> 12) & 0xf;
in __debug_restore_state()
118
wrps = (
aa64dfr0
>> 20) & 0xf;
in __debug_restore_state()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H
A
D
debug-exceptions.c
536
void test_guest_debug_exceptions_all(uint64_t
aa64dfr0
)
in test_guest_debug_exceptions_all()
argument
542
brp_num = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_BRPS),
aa64dfr0
) + 1;
in test_guest_debug_exceptions_all()
546
wrp_num = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_WRPS),
aa64dfr0
) + 1;
in test_guest_debug_exceptions_all()
549
ctx_brp_num = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_CTX_CMPS),
aa64dfr0
) + 1;
in test_guest_debug_exceptions_all()
583
uint64_t
aa64dfr0
;
in main()
local
586
vcpu_get_reg(vcpu, KVM_ARM64_SYS_REG(SYS_ID_AA64DFR0_EL1), &
aa64dfr0
);
in main()
587
__TEST_REQUIRE(debug_version(
aa64dfr0
) >= 6,
in main()
603
test_guest_debug_exceptions_all(
aa64dfr0
);
in main()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-trbe.h
22
u64
aa64dfr0
= read_sysreg_s(SYS_ID_AA64DFR0_EL1);
in is_trbe_available()
local
23
unsigned int trbe = cpuid_feature_extract_unsigned_field(
aa64dfr0
,
in is_trbe_available()
Completed in 3 milliseconds