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:PCI_PROBE_CONF1
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/pci/
H
A
D
early.c
56
return (pci_probe & (
PCI_PROBE_CONF1
|PCI_PROBE_NOEARLY)) ==
in early_pci_allowed()
57
PCI_PROBE_CONF1
;
in early_pci_allowed()
H
A
D
common.c
24
unsigned int pci_probe = PCI_PROBE_BIOS |
PCI_PROBE_CONF1
| PCI_PROBE_CONF2 |
545
pci_probe =
PCI_PROBE_CONF1
| PCI_NO_CHECKS;
in pcibios_setup()
H
A
D
direct.c
285
if ((pci_probe &
PCI_PROBE_CONF1
) == 0)
in pci_direct_probe()
H
A
D
pcbios.c
174
pci_probe &= ~
PCI_PROBE_CONF1
;
in check_pcibios()
/kernel/linux/linux-6.6/arch/x86/pci/
H
A
D
early.c
56
return (pci_probe & (
PCI_PROBE_CONF1
|PCI_PROBE_NOEARLY)) ==
in early_pci_allowed()
57
PCI_PROBE_CONF1
;
in early_pci_allowed()
H
A
D
common.c
24
unsigned int pci_probe = PCI_PROBE_BIOS |
PCI_PROBE_CONF1
| PCI_PROBE_CONF2 |
545
pci_probe =
PCI_PROBE_CONF1
| PCI_NO_CHECKS;
in pcibios_setup()
H
A
D
direct.c
285
if ((pci_probe &
PCI_PROBE_CONF1
) == 0)
in pci_direct_probe()
H
A
D
pcbios.c
174
pci_probe &= ~
PCI_PROBE_CONF1
;
in check_pcibios()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pci_x86.h
23
#define
PCI_PROBE_CONF1
0x0002
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pci_x86.h
26
#define
PCI_PROBE_CONF1
0x0002
macro
Completed in 5 milliseconds