Searched defs:pmap_zero_page (Results 1 - 18 of 18) sorted by relevance

/src/sys/arch/vax/include/
H A Dpmap.h250 #define pmap_zero_page(phys) \ macro
/src/sys/arch/powerpc/powerpc/
H A Dpmap_subr.c282 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/riscv/riscv/
H A Dpmap_machdep.c68 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/powerpc/booke/
H A Dbooke_pmap.c349 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/sparc/include/
H A Dpmap.h376 #define pmap_zero_page (*cpuinfo.zero_page) macro
/src/sys/arch/sh3/sh3/
H A Dpmap.c772 pmap_zero_page(paddr_t phys) function in typeref:typename:void
/src/sys/arch/mips/mips/
H A Dpmap_machdep.c613 pmap_zero_page(paddr_t dst_pa) function in typeref:typename:void
/src/sys/arch/usermode/usermode/
H A Dpmap.c1229 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/powerpc/ibm4xx/
H A Dpmap.c677 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/hppa/hppa/
H A Dpmap.c1922 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/sun2/sun2/
H A Dpmap.c3637 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/sun3/sun3x/
H A Dpmap.c2497 pmap_zero_page(paddr_t dstpa) function in typeref:typename:void
/src/sys/arch/ia64/ia64/
H A Dpmap.c2225 pmap_zero_page(paddr_t phys) function in typeref:typename:void
/src/sys/arch/m68k/m68k/
H A Dpmap_motorola.c1831 pmap_zero_page(paddr_t phys) function in typeref:typename:void
/src/sys/arch/sparc64/sparc64/
H A Dpmap.c3781 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/sun3/sun3/
H A Dpmap.c3574 pmap_zero_page(paddr_t pa) function in typeref:typename:void
/src/sys/arch/arm/include/arm32/
H A Dpmap.h917 #define pmap_zero_page(d) (*pmap_zero_page_func)((d)) macro
944 #define pmap_zero_page(d) pmap_zero_page_generic((d)) macro
975 #define pmap_zero_page(d) pmap_zero_page_generic((d)) macro
1002 #define pmap_zero_page(d) pmap_zero_page_generic((d)) macro
1029 #define pmap_zero_page(d) pmap_zero_page_xscale((d)) macro
1060 #define pmap_zero_page(d) pmap_zero_page_generic((d)) macro
/src/sys/arch/x86/x86/
H A Dpmap.c3997 pmap_zero_page(paddr_t pa) function in typeref:typename:void

Completed in 45 milliseconds