Home
last modified time | relevance | path

Searched refs:xen_processor_present (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/xen/
Dxen.h84 bool __init xen_processor_present(uint32_t acpi_id);
87 static inline bool xen_processor_present(uint32_t acpi_id) in xen_processor_present() function
/linux-6.12.1/drivers/xen/
Dpcpu.c391 bool __init xen_processor_present(uint32_t acpi_id) in xen_processor_present() function
/linux-6.12.1/drivers/acpi/
Dacpi_processor.c562 return xen_processor_present(acpi_id); in processor_physically_present()