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:n_banks
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H
A
D
inject.c
564
u8
n_banks
;
in inj_bank_set()
local
569
n_banks
= cap & MCG_BANKCNT_MASK;
in inj_bank_set()
571
if (val >=
n_banks
) {
in inj_bank_set()
H
A
D
core.c
1617
u8
n_banks
= this_cpu_read(mce_num_banks);
in __mcheck_cpu_mce_banks_init()
local
1620
for (i = 0; i <
n_banks
; i++) {
in __mcheck_cpu_mce_banks_init()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H
A
D
core.h
449
* @
n_banks
: the number of banks.
511
u8
n_banks
;
member
562
.
n_banks
= (_n_banks)
581
.
n_banks
= 1, \
H
A
D
xilinx.c
34
.
n_banks
= 1, \
H
A
D
core.c
2022
.
n_banks
= 1,
2872
if (flags & SPI_NOR_RWW && nor->info->
n_banks
> 1 &&
in spi_nor_init_flags()
2936
if (nor->info->
n_banks
> 1)
in spi_nor_late_init_params()
2937
params->bank_size = div64_u64(params->size, nor->info->
n_banks
);
in spi_nor_late_init_params()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H
A
D
inject.c
585
u8
n_banks
;
in inj_bank_set()
local
590
n_banks
= cap & MCG_BANKCNT_MASK;
in inj_bank_set()
592
if (val >=
n_banks
) {
in inj_bank_set()
H
A
D
core.c
1737
u8
n_banks
= this_cpu_read(mce_num_banks);
in __mcheck_cpu_mce_banks_init()
local
1740
for (i = 0; i <
n_banks
; i++) {
in __mcheck_cpu_mce_banks_init()
Completed in 14 milliseconds