Searched refs:user_phys (Results 1 – 1 of 1) sorted by relevance
491 uint64_t user_phys; in ofwfb_init() local603 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()