HomeSort by relevance Sort by last modified time
    Searched refs:PGOFSET (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h 72 #define PGOFSET (NBPG-1) /* byte offset into page */
143 #define x86_round_page(x) ((((EFI_ULONG_T)(x)) + PGOFSET) & ~PGOFSET)
144 #define x86_trunc_page(x) ((EFI_ULONG_T)(x) & ~PGOFSET)
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 44 #define PGOFSET (NBPG-1) /* byte offset into page */
94 #define x86_round_page(x) ((((EFI_ULONG_T)(x)) + PGOFSET) & ~PGOFSET)
95 #define x86_trunc_page(x) ((EFI_ULONG_T)(x) & ~PGOFSET)
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 102 #define PGOFSET (NBPG-1) /* byte offset into page */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 132 #define btoc(x) (((x) + PGOFSET) >> PGSHIFT)

Completed in 2556 milliseconds