Home
last modified time | relevance | path

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

/linux/drivers/virt/acrn/
H A Dhsm.c438 u64 cpu, lapicid; in remove_cpu_store() local
450 lapicid = cpu_data(cpu).topo.apicid; in remove_cpu_store()
451 dev_dbg(dev, "Try to remove cpu %lld with lapicid %lld\n", cpu, lapicid); in remove_cpu_store()
452 ret = hcall_sos_remove_cpu(lapicid); in remove_cpu_store()