Home
last modified time | relevance | path

Searched refs:size_lo (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ofw/
H A Dofw_pci.h100 u_int32_t size_lo; member
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h106 u64 size_lo : kSizeLoBits; member
H A Dtsan_rtl_access.cpp70 ev->size_lo = size; in TryTraceMemoryAccessRange()
H A Dtsan_rtl_report.cpp549 (ev->size_hi << EventAccessRange::kSizeLoBits) + ev->size_lo; in RestoreStack()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c249 if (pciaddrs[i].size_lo < info->fb_size) in vt_efb_init()
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c326 if (sc->sc_pciaddrs[i].size_lo < in ofwfb_configure()
699 offset < (sc->sc_pciaddrs[i].phys_lo + sc->sc_pciaddrs[i].size_lo)) in ofwfb_mmap()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c664 if (pciaddrs[i].size_lo < sc->fb.fb_stride * height) in ofwfb_init()