Home
last modified time | relevance | path

Searched defs:physid (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmpspec.h41 #define physid_set(physid, map) set_bit(physid, (map).mask) argument
42 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument
43 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument
44 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument
/xen-4.10.0-shim-comet/xen/include/public/
A Dvcpu.h207 #define xen_vcpu_physid_to_x86_apicid(physid) ((uint32_t)(physid)) argument
208 #define xen_vcpu_physid_to_x86_acpiid(physid) ((uint32_t)((physid) >> 32)) argument

Completed in 4 milliseconds