Searched defs:NBPG (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dparam.h65 #define USPACE (UPAGES * NBPG) /* total size of u-area */
68 #define MSGBUFSIZE NBPG /* default message buffer size */
95 #define PGSHIFT 14 /* LOG2(NBPG) */
96 #define NBPG (1 << PGSHIFT) /* bytes/page */ macro
97 #define PGOFSET (NBPG-1) /* byte offset into page */
98 #define NPTEPG (NBPG/(sizeof (pt_entry_t)))
101 * MCLBYTES must be no larger than NBPG (the software page size), and,
138 #define ia64_round_page(x) ((((unsigned long)(x)) + NBPG - 1) & ~(NBPG - 1))
139 #define ia64_trunc_page(x) ((unsigned long)(x) & ~(NBPG
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dparam.h74 #define PGSHIFT 12 /* LOG2(NBPG) */
75 #define NBPG (1 << PGSHIFT) /* bytes/page */ macro
76 #define PGOFSET (NBPG-1) /* byte offset into page */
77 #define NPTEPG (NBPG/(sizeof (pt_entry_t)))
101 #define SSIZE 1 /* initial stack size/NBPG */
102 #define SINCR 1 /* increment of stack/NBPG */
114 #define USPACE (UPAGES * NBPG) /* total size of u-area */
117 #define MSGBUFSIZE 4*NBPG /* default message buffer size */
122 * MCLBYTES must be no larger than NBPG (the software page size), and,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dparam.h27 #define PGSHIFT 12 /* LOG2(NBPG) */
28 #define NBPG (1 << PGSHIFT) /* bytes/page */ macro
29 #define PGOFSET (NBPG-1) /* byte offset into page */
30 #define NPTEPG (NBPG/(sizeof (pt_entry_t)))
53 #define SSIZE 1 /* initial stack size/NBPG */
54 #define SINCR 1 /* increment of stack/NBPG */
56 #define USPACE (UPAGES * NBPG) /* total size of u-area */
59 #define MSGBUFSIZE 4*NBPG /* default message buffer size */
64 * MCLBYTES must be no larger than NBPG (the software page size), and,

Completed in 235 milliseconds