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:mmio_mask
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
spte.c
362
void kvm_mmu_set_mmio_spte_mask(u64 mmio_value, u64
mmio_mask
, u64 access_mask)
in kvm_mmu_set_mmio_spte_mask()
argument
381
if (WARN_ON(
mmio_mask
& ~SPTE_MMIO_ALLOWED_MASK))
in kvm_mmu_set_mmio_spte_mask()
401
if (WARN_ON((mmio_value &
mmio_mask
) != mmio_value) ||
in kvm_mmu_set_mmio_spte_mask()
402
WARN_ON(mmio_value && (REMOVED_SPTE &
mmio_mask
) == mmio_value))
in kvm_mmu_set_mmio_spte_mask()
409
shadow_mmio_mask =
mmio_mask
;
in kvm_mmu_set_mmio_spte_mask()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
mmu.h
103
void kvm_mmu_set_mmio_spte_mask(u64 mmio_value, u64
mmio_mask
, u64 access_mask);
/kernel/linux/linux-5.10/drivers/parisc/
H
A
D
lba_pci.c
1273
/*
mmio_mask
also clears Enable bit */
in lba_legacy_resources()
1274
r->start &=
mmio_mask
;
in lba_legacy_resources()
1319
/*
mmio_mask
also clears Enable bit */
in lba_legacy_resources()
1320
r->start &=
mmio_mask
;
in lba_legacy_resources()
/kernel/linux/linux-6.6/drivers/parisc/
H
A
D
lba_pci.c
1269
/*
mmio_mask
also clears Enable bit */
in lba_legacy_resources()
1270
r->start &=
mmio_mask
;
in lba_legacy_resources()
1315
/*
mmio_mask
also clears Enable bit */
in lba_legacy_resources()
1316
r->start &=
mmio_mask
;
in lba_legacy_resources()
Completed in 6 milliseconds