Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c491 uint64_t user_phys; in ofwfb_init() local
603 user_phys = 0; in ofwfb_init()
604 TUNABLE_UINT64_FETCH("hw.ofwfb.physaddr", &user_phys); in ofwfb_init()
606 if (user_phys) in ofwfb_init()
607 sc->fb.fb_pbase = (vm_paddr_t)user_phys; in ofwfb_init()