Home
last modified time | relevance | path

Searched refs:apbt_address (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dapb_timer.c48 static phys_addr_t apbt_address; variable
93 apbt_address = (phys_addr_t)mtmr->phys_addr; in apbt_set_mapping()
94 if (!apbt_address) { in apbt_set_mapping()
96 apbt_address = APBT_DEFAULT_BASE; in apbt_set_mapping()
98 apbt_virt_address = ioremap(apbt_address, APBT_MMAP_SIZE); in apbt_set_mapping()
101 (unsigned long)apbt_address); in apbt_set_mapping()

Completed in 1 milliseconds