Home
last modified time | relevance | path

Searched refs:SPARC_PGSIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/
Da.out.h5 #define SPARC_PGSIZE 0x2000 /* Thanks to the sun4 architecture... */ macro
6 #define SEGMENT_SIZE SPARC_PGSIZE /* whee... */
36 ((x).a_entry < SPARC_PGSIZE)) ? \
37 0 : SPARC_PGSIZE)
/linux-2.4.37.9/include/asm-sparc/
Da.out.h5 #define SPARC_PGSIZE 0x2000 /* Thanks to the sun4 architecture... */ macro
6 #define SEGMENT_SIZE SPARC_PGSIZE /* whee... */
32 ((x).a_entry < SPARC_PGSIZE)) ? \
33 0 : SPARC_PGSIZE)