HomeSort by: relevance | last modified time | path
    Searched refs:ptp_shifts (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/include/
pte.h 65 (((VA_SIGN_POS(va)) & ptp_masks[(lvl)-1]) >> ptp_shifts[(lvl)-1])
  /src/sys/arch/x86/x86/
svs.c 329 extern const int ptp_shifts[];
pmap.c 290 (((VA_SIGN_POS(va)) & ptp_frames[(lvl)-1]) >> ptp_shifts[(lvl)-1])
305 const int ptp_shifts[] = PTP_SHIFT_INITIALIZER; variable in typeref:typename:const int[]

Completed in 16 milliseconds