MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pc_to_domain

Function pc_to_domain

freebsd/amd64/amd64/pmap.c:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

free_pv_chunkFunction · 0.85
pmap_remove_pagesFunction · 0.85

Calls 1

vm_phys_domainFunction · 0.85

Tested by

no test coverage detected