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

  /src/sys/arch/i386/include/
param.h 163 #define x86_trunc_page(x) ((paddr_t)(x) & ~PGOFSET) macro
  /src/sys/arch/amd64/include/
param.h 146 #define x86_trunc_page(x) ((unsigned long)(x) & ~PGOFSET) macro

Completed in 11 milliseconds