Home
last modified time | relevance | path

Searched refs:pmap_unuse_final (Results 1 – 15 of 15) sorted by relevance

/openbsd/sys/arch/powerpc64/include/
H A Dpmap.h68 #define pmap_unuse_final(p) macro
/openbsd/sys/arch/sh/include/
H A Dpmap.h64 #define pmap_unuse_final(p) do { /* nothing */ } while (0) macro
/openbsd/sys/arch/m88k/include/
H A Dpmap.h68 #define pmap_unuse_final(p) /* nothing */ macro
/openbsd/sys/arch/powerpc/include/
H A Dpmap.h153 #define pmap_unuse_final(p) /* nothing */ macro
/openbsd/sys/arch/riscv64/include/
H A Dpmap.h112 #define pmap_unuse_final(p) do { /* nothing */ } while (0) macro
/openbsd/sys/arch/arm64/include/
H A Dpmap.h122 #define pmap_unuse_final(p) do { /* nothing */ } while (0) macro
/openbsd/sys/arch/hppa/include/
H A Dpmap.h115 #define pmap_unuse_final(p) /* nothing */ macro
/openbsd/sys/arch/mips64/include/
H A Dpmap.h169 #define pmap_unuse_final(p) do { /* nothing yet */ } while (0) macro
/openbsd/sys/arch/sparc64/include/
H A Dcpu.h337 void pmap_unuse_final(struct proc *);
/openbsd/sys/arch/alpha/include/
H A Dpmap.h162 #define pmap_unuse_final(p) /* nothing */ macro
/openbsd/sys/arch/amd64/include/
H A Dpmap.h379 #define pmap_unuse_final(p) /* nothing */ macro
/openbsd/sys/arch/arm/include/
H A Dpmap.h233 #define pmap_unuse_final(p) do { /* nothing */ } while (0) macro
/openbsd/sys/arch/i386/include/
H A Dpmap.h214 #define pmap_unuse_final(p) /* nothing */ macro
/openbsd/sys/arch/sparc64/sparc64/
H A Dtrap.c661 pmap_unuse_final(struct proc *p) in pmap_unuse_final() function
/openbsd/sys/uvm/
H A Duvm_map.c3303 pmap_unuse_final(p); /* before stack addresses go away */ in uvmspace_exec()