Home
last modified time | relevance | path

Searched refs:phys_segs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dkexec_support.c78 struct kexec_segment_stage *phys_segs = in kexec_reboot_bottom() local
108 if (phys_segs[i].size == 0) in kexec_reboot_bottom()
110 to_pa = phys_segs[i].target; in kexec_reboot_bottom()
112 for (vm_page_t p = phys_segs[i].first_page; in kexec_reboot_bottom()
113 p != NULL && to_pa - phys_segs[i].target < phys_segs[i].size; in kexec_reboot_bottom()
/freebsd/sys/vm/
H A Dvm_phys.c170 SYSCTL_OID(_vm, OID_AUTO, phys_segs,