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

Function pmap_pdpe_index

freebsd/amd64/include/pmap.h:522–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522static __inline vm_pindex_t
523pmap_pdpe_index(vm_offset_t va)
524{
525
526 return ((va >> PDPSHIFT) & ((1ul << NPDPEPGSHIFT) - 1));
527}
528
529static __inline vm_pindex_t
530pmap_pml4e_index(vm_offset_t va)

Callers 9

minidumpsysFunction · 0.85
efi_1t1_pteFunction · 0.85
pmap_pml4e_to_pdpeFunction · 0.85
pmap_bootstrap_la57Function · 0.85
pmap_allocpte_getpdpFunction · 0.85
pmap_enter_largepageFunction · 0.85
pmap_large_map_pdpeFunction · 0.85
pmap_pti_pdpeFunction · 0.85
sysctl_kmapsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected