Searched refs:PAGESIZE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dsun3-head.S15 PAGESIZE = 8192 define
72 movl #(PAGESIZE),%d0
H A Dhead.S17 ** 94/11/14 Andreas Schwab: put kernel at PAGESIZE
369 PAGESIZE = 4096 define
602 .equ .,_stext+PAGESIZE
1299 addw #PAGESIZE,%a0
1654 addil #PAGESIZE<<13,%d5
1666 addil #PAGESIZE<<6,%d5
1678 addil #PAGESIZE,%d5
1777 addil #PAGESIZE<<13,%d5
1794 addil #PAGESIZE<<6,%d5
1811 addil #PAGESIZE,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A DMakefile13 PAGESIZE=a4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c38 #define PAGESIZE (512) macro
320 static char page[PAGESIZE];
395 main_mtd->read(main_mtd, ptable_sector, PAGESIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dsddr55.c84 #define PAGESIZE 512 macro
218 info->smallpageshift) * PAGESIZE;
346 info->smallpageshift) * PAGESIZE;
876 capacity /= PAGESIZE;
880 ((__be32 *) ptr)[1] = cpu_to_be32(PAGESIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c47 # ifndef PAGESIZE /* used to be SYSV, what about pagesize on SVR3 ? */
48 # define PAGESIZE getpagesize() macro
633 remain = window_size & (PAGESIZE-1);
640 window = (uch*)valloc(window_size - remain + PAGESIZE);

Completed in 187 milliseconds