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:isa_ext
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_onereg.c
176
unsigned long i,
isa_ext
, reg_val;
in kvm_riscv_vcpu_set_reg_config()
local
203
isa_ext
= kvm_riscv_vcpu_base2isa_ext(i);
in kvm_riscv_vcpu_set_reg_config()
204
if (
isa_ext
>= KVM_RISCV_ISA_EXT_MAX) {
in kvm_riscv_vcpu_set_reg_config()
208
if (!kvm_riscv_vcpu_isa_enable_allowed(
isa_ext
))
in kvm_riscv_vcpu_set_reg_config()
211
if (!kvm_riscv_vcpu_isa_disable_allowed(
isa_ext
))
in kvm_riscv_vcpu_set_reg_config()
840
unsigned long
isa_ext
;
in copy_isa_ext_reg_indices()
local
847
isa_ext
= kvm_isa_ext_arr[i];
in copy_isa_ext_reg_indices()
848
if (!__riscv_isa_extension_available(NULL,
isa_ext
))
in copy_isa_ext_reg_indices()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
elf.h
198
uint32_t
isa_ext
; /* Mask of processor-specific extensions */
member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
elf.h
198
uint32_t
isa_ext
; /* Mask of processor-specific extensions */
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELFTypes.h
754
Elf_Word
isa_ext
; // Processor-specific extension
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
elf.h
1708
Elf32_Word
isa_ext
;
member
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
1717
Elf32_Word
isa_ext
;
member
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
1708
Elf32_Word
isa_ext
;
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
1708
Elf32_Word
isa_ext
;
member
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
1708
Elf32_Word
isa_ext
;
member
/third_party/musl/include/
H
A
D
elf.h
1744
Elf32_Word
isa_ext
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFEmitter.cpp
1135
Flags.
isa_ext
= Section.ISAExtension;
in writeSectionContent()
/third_party/elfutils/libelf/
H
A
D
elf.h
2085
Elf32_Word
isa_ext
;
member
2117
/* Values for the
isa_ext
word of an ABI flags structure. */
Completed in 78 milliseconds