Searched refs:msgbufphys (Results 1 – 4 of 4) sorted by relevance
98 extern paddr_t msgbufphys;248 msgbufphys + loop * PAGE_SIZE, PROT_READ | PROT_WRITE); in cpu_startup()
80 paddr_t msgbufphys; variable230 msgbufphys + loop * PAGE_SIZE, PROT_READ | PROT_WRITE); in cpu_startup()673 msgbufphys = pmap_steal_avail(round_page(MSGBUFSIZE), PAGE_SIZE, NULL); in initriscv()
83 paddr_t msgbufphys; variable255 msgbufphys + loop * PAGE_SIZE, PROT_READ | PROT_WRITE); in cpu_startup()927 msgbufphys = pmap_steal_avail(round_page(MSGBUFSIZE), PAGE_SIZE, NULL); in initarm()
164 vaddr_t msgbufphys; variable579 alloc_pages(msgbufphys, round_page(MSGBUFSIZE) / PAGE_SIZE); in initarm()