Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dsf_buf.h42 return (MIPS_PHYS_TO_DIRECT(VM_PAGE_TO_PHYS(m))); in sf_buf_kva()
H A Dvmparam.h197 #define PHYS_TO_DMAP(x) MIPS_PHYS_TO_DIRECT(x)
H A Dcpuregs.h133 #define MIPS_PHYS_TO_DIRECT(pa) MIPS_PHYS_TO_XKPHYS_CACHED(pa) macro
138 #define MIPS_PHYS_TO_DIRECT(pa) MIPS_PHYS_TO_KSEG0(pa) macro
/f-stack/freebsd/mips/mips/
H A Duma_machdep.c76 va = (void *)MIPS_PHYS_TO_DIRECT(pa); in uma_small_alloc()
H A Dpmap.c422 va = MIPS_PHYS_TO_DIRECT(pa); in pmap_steal_memory()
925 return (MIPS_PHYS_TO_DIRECT(start)); in pmap_map()
2446 va = MIPS_PHYS_TO_DIRECT(pa); in pmap_kenter_temporary()
2606 va = MIPS_PHYS_TO_DIRECT(phys); in pmap_zero_page()
2630 va = MIPS_PHYS_TO_DIRECT(phys); in pmap_zero_page_area()
2665 va_src = MIPS_PHYS_TO_DIRECT(phys_src); in pmap_copy_page()
2666 va_dst = MIPS_PHYS_TO_DIRECT(phys_dst); in pmap_copy_page()
2703 MIPS_PHYS_TO_DIRECT(b_phys), PAGE_SIZE); in pmap_copy_pages()
2704 a_cp = (char *)MIPS_PHYS_TO_DIRECT(a_phys) + in pmap_copy_pages()
2706 b_cp = (char *)MIPS_PHYS_TO_DIRECT(b_phys) + in pmap_copy_pages()
[all …]
H A Duio_machdep.c99 cp = (char *)MIPS_PHYS_TO_DIRECT(pa) + page_offset; in uiomove_fromphys()