Searched defs:PTOV (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/amd64/include/xen/
H A Dxenvar.h101 #define PTOV(x) (((uintptr_t)(x)) + KERNBASE) macro
/freebsd-10-stable/sys/boot/i386/btx/lib/
H A Dbtxv86.h56 #define PTOV(pa) ((caddr_t)(pa) - __base) macro
/freebsd-10-stable/sys/boot/pc98/btx/lib/
H A Dbtxv86.h56 #define PTOV(pa) ((caddr_t)(pa) - __base) macro
/freebsd-10-stable/sys/i386/include/xen/
H A Dxenvar.h82 #define PTOV(x) (((uintptr_t)(x)) + KERNBASE) macro
/freebsd-10-stable/tools/tools/ncpus/
H A Dbiosmptable.c50 #define PTOV(pa) ((off_t)(pa)) macro
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dsmbios.c36 #define PTOV(x) (caddr_t)(x) macro

Completed in 73 milliseconds