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

  /src/sys/arch/i386/include/
param.h 162 #define x86_round_page(x) ((((paddr_t)(x)) + PGOFSET) & ~PGOFSET) macro
  /src/sys/arch/amd64/include/
param.h 145 #define x86_round_page(x) ((((unsigned long)(x)) + PGOFSET) & ~PGOFSET) macro

Completed in 14 milliseconds