| 449 | */ |
| 450 | #ifdef NUMA |
| 451 | static __inline int |
| 452 | pc_to_domain(struct pv_chunk *pc) |
| 453 | { |
| 454 | |
| 455 | return (vm_phys_domain(DMAP_TO_PHYS((vm_offset_t)pc))); |
| 456 | } |
| 457 | #else |
| 458 | static __inline int |
| 459 | pc_to_domain(struct pv_chunk *pc __unused) |
no test coverage detected