Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dinit.h44 void (*mp_bootaddress)(vm_paddr_t *, unsigned int *); member
/f-stack/freebsd/amd64/include/
H A Dsmp.h42 void mp_bootaddress(vm_paddr_t *, unsigned int *);
/f-stack/freebsd/x86/xen/
H A Dpv.c137 .mp_bootaddress = mp_bootaddress,
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c190 .mp_bootaddress = mp_bootaddress,
1303 if (init_ops.mp_bootaddress) in getmemsize()
1304 init_ops.mp_bootaddress(physmap, &physmap_idx); in getmemsize()
H A Dmp_machdep.c134 mp_bootaddress(vm_paddr_t *physmap, unsigned int *physmap_idx) in mp_bootaddress() function