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:hpet_address
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
quirks.c
102
if (
hpet_address
|| force_hpet_address)
in ich_force_enable_hpet()
213
if (
hpet_address
|| force_hpet_address)
in old_ich_force_enable_hpet()
304
if (
hpet_address
|| force_hpet_address)
in vt8237_force_enable_hpet()
383
if (
hpet_address
|| force_hpet_address)
in ati_force_enable_hpet()
435
if (
hpet_address
|| force_hpet_address)
in nvidia_force_enable_hpet()
507
if (
hpet_address
|| force_hpet_address)
in e6xx_force_enable_hpet()
H
A
D
hpet.c
50
unsigned long
hpet_address
;
variable
88
hpet_virt_address = ioremap(
hpet_address
, HPET_MMAP_SIZE);
in hpet_set_mapping()
128
return !boot_hpet_disable &&
hpet_address
;
in is_hpet_capable()
193
hd.hd_phys_address =
hpet_address
;
in hpet_reserve_platform_timers()
1000
hpet_address
= 0;
in hpet_enable()
1022
if (!
hpet_address
) {
in hpet_late_init()
1026
hpet_address
= force_hpet_address;
in hpet_late_init()
H
A
D
devicetree.c
132
hpet_address
= r.start;
in dtb_setup_hpet()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
quirks.c
102
if (
hpet_address
|| force_hpet_address)
in ich_force_enable_hpet()
213
if (
hpet_address
|| force_hpet_address)
in old_ich_force_enable_hpet()
304
if (
hpet_address
|| force_hpet_address)
in vt8237_force_enable_hpet()
383
if (
hpet_address
|| force_hpet_address)
in ati_force_enable_hpet()
435
if (
hpet_address
|| force_hpet_address)
in nvidia_force_enable_hpet()
507
if (
hpet_address
|| force_hpet_address)
in e6xx_force_enable_hpet()
H
A
D
hpet.c
51
unsigned long
hpet_address
;
variable
89
hpet_virt_address = ioremap(
hpet_address
, HPET_MMAP_SIZE);
in hpet_set_mapping()
129
return !boot_hpet_disable &&
hpet_address
;
in is_hpet_capable()
194
hd.hd_phys_address =
hpet_address
;
in hpet_reserve_platform_timers()
1112
hpet_address
= 0;
in hpet_enable()
1134
if (!
hpet_address
) {
in hpet_late_init()
1138
hpet_address
= force_hpet_address;
in hpet_late_init()
H
A
D
devicetree.c
122
hpet_address
= r.start;
in dtb_setup_hpet()
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
H
A
D
boot.c
881
hpet_address
= hpet_tbl->address.address;
in acpi_parse_hpet()
888
if (!
hpet_address
) {
in acpi_parse_hpet()
891
hpet_tbl->id,
hpet_address
);
in acpi_parse_hpet()
900
if (
hpet_address
== 0xfed0000000000000UL) {
in acpi_parse_hpet()
906
hpet_address
= 0;
in acpi_parse_hpet()
912
hpet_address
>>= 32;
in acpi_parse_hpet()
916
hpet_tbl->id,
hpet_address
);
in acpi_parse_hpet()
934
hpet_res->start =
hpet_address
;
in acpi_parse_hpet()
935
hpet_res->end =
hpet_address
+ (1 * 1024) - 1;
in acpi_parse_hpet()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H
A
D
boot.c
964
hpet_address
= hpet_tbl->address.address;
in acpi_parse_hpet()
971
if (!
hpet_address
) {
in acpi_parse_hpet()
972
pr_warn("HPET id: %#x base: %#lx is invalid\n", hpet_tbl->id,
hpet_address
);
in acpi_parse_hpet()
981
if (
hpet_address
== 0xfed0000000000000UL) {
in acpi_parse_hpet()
985
hpet_address
= 0;
in acpi_parse_hpet()
990
hpet_address
>>= 32;
in acpi_parse_hpet()
993
pr_info("HPET id: %#x base: %#lx\n", hpet_tbl->id,
hpet_address
);
in acpi_parse_hpet()
1011
hpet_res->start =
hpet_address
;
in acpi_parse_hpet()
1012
hpet_res->end =
hpet_address
+ (1 * 1024) - 1;
in acpi_parse_hpet()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
hpet.h
65
extern unsigned long
hpet_address
;
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
hpet.h
65
extern unsigned long
hpet_address
;
/kernel/linux/linux-5.10/arch/x86/pci/
H
A
D
fixup.c
532
if (r->flags & IORESOURCE_MEM && r->start ==
hpet_address
) {
in sb600_hpet_quirk()
/kernel/linux/linux-6.6/arch/x86/pci/
H
A
D
fixup.c
534
if (r->flags & IORESOURCE_MEM && r->start ==
hpet_address
) {
in sb600_hpet_quirk()
Completed in 16 milliseconds