Searched refs:VP_IDX1_POS (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/powerpc64/include/
H A Dpmap.h32 #define VP_IDX1_POS 20 macro
/openbsd-current/sys/arch/riscv64/include/
H A Dpmap.h36 #define VP_IDX1_POS 30 macro
/openbsd-current/sys/arch/arm64/include/
H A Dpmap.h33 #define VP_IDX1_POS 30 macro
/openbsd-current/sys/arch/powerpc/include/
H A Dpmap.h69 #define VP_IDX1_POS 20 macro
/openbsd-current/sys/arch/arm64/dev/
H A Dsmmu.c828 return (va >> VP_IDX1_POS) & VP_IDX1_MASK;
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dpmap.c260 return (va >> VP_IDX1_POS) & VP_IDX1_MASK;
/openbsd-current/sys/arch/arm64/arm64/
H A Dpmap.c171 return (va >> VP_IDX1_POS) & VP_IDX1_MASK;
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dpmap.c172 return (va >> VP_IDX1_POS) & VP_IDX1_MASK;
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dpmap.c242 return (va >> VP_IDX1_POS) & VP_IDX1_MASK;

Completed in 201 milliseconds