HomeSort by relevance Sort by last modified time
    Searched defs:NBPG (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h 70 #define PGSHIFT 12 /* LOG2(NBPG) */
71 #define NBPG (1 << PGSHIFT) /* bytes/page */
72 #define PGOFSET (NBPG-1) /* byte offset into page */
73 #define NPTEPG (NBPG/(sizeof (pt_entry_t)))
82 #define SSIZE 1 /* initial stack size/NBPG */
83 #define SINCR 1 /* increment of stack/NBPG */
92 #define USPACE (UPAGES * NBPG) /* total size of u-area */
95 #define MSGBUFSIZE 4*NBPG /* default message buffer size */
100 * MCLBYTES must be no larger than NBPG (the software page size), and,
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 70 #define USPACE (UPAGES * NBPG) /* total size of u-area */
73 #define MSGBUFSIZE NBPG /* default message buffer size */
100 #define PGSHIFT 14 /* LOG2(NBPG) */
101 #define NBPG (1 << PGSHIFT) /* bytes/page */
102 #define PGOFSET (NBPG-1) /* byte offset into page */
103 #define NPTEPG (NBPG/(sizeof (pt_entry_t)))
106 * MCLBYTES must be no larger than NBPG (the software page size), and,
137 #define ia64_round_page(x) ((((EFI_ULONG_T)(x)) + NBPG - 1) & ~(NBPG - 1))
138 #define ia64_trunc_page(x) ((EFI_ULONG_T)(x) & ~(NBPG - 1))
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 42 #define PGSHIFT 12 /* LOG2(NBPG) */
43 #define NBPG (1 << PGSHIFT) /* bytes/page */
44 #define PGOFSET (NBPG-1) /* byte offset into page */
45 #define NPTEPG (NBPG/(sizeof (pt_entry_t)))
54 #define SSIZE 1 /* initial stack size/NBPG */
55 #define SINCR 1 /* increment of stack/NBPG */
57 #define USPACE (UPAGES * NBPG) /* total size of u-area */
60 #define MSGBUFSIZE 4*NBPG /* default message buffer size */
65 * MCLBYTES must be no larger than NBPG (the software page size), and,

Completed in 221 milliseconds