Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c498 uint64_t user_phys; in ofwfb_init()
610 user_phys = 0; in ofwfb_init()
611 TUNABLE_UINT64_FETCH("hw.ofwfb.physaddr", &user_phys); in ofwfb_init()
613 if (user_phys) in ofwfb_init()
614 sc->fb.fb_pbase = (vm_paddr_t)user_phys; in ofwfb_init()
486 uint64_t user_phys; ofwfb_init() local
/freebsd/sys/arm/arm/
H A Dgeneric_timer.c632 int user_phys; in arm_tmr_attach() local
726 if (TUNABLE_INT_FETCH("hw.userspace_allow_phys_counter", &user_phys) && in arm_tmr_attach()
727 user_phys != 0) in arm_tmr_attach()