HomeSort by: relevance | last modified time | path
    Searched defs:x86_btop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/include/
param.h 164 #define x86_btop(x) ((paddr_t)(x) >> PGSHIFT) macro
  /src/sys/arch/amd64/include/
param.h 147 #define x86_btop(x) ((unsigned long)(x) >> PGSHIFT) macro
150 #define btop(x) x86_btop(x)

Completed in 12 milliseconds