Searched refs:BLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/arch/alpha/boot/tools/
H A Dobjstrip.c32 /* bootfile size must be multiple of BLOCK_SIZE: */
33 #define BLOCK_SIZE 512 macro
72 pad = BLOCK_SIZE;
119 size = (st.st_size + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1);
122 bb[60] = size / BLOCK_SIZE; /* count */
/arch/arm64/kernel/
H A Dhead.S58 #define BLOCK_SIZE PAGE_SIZE define
62 #define BLOCK_SIZE SECTION_SIZE define
345 add \phys, \phys, #BLOCK_SIZE // next block
/arch/ia64/lib/
H A Dmemcpy_mck.S269 #define BLOCK_SIZE 128*32 define
287 mov blocksize=BLOCK_SIZE
/arch/sh/kernel/cpu/sh5/
H A Dentry.S248 #define BLOCK_SIZE 1664 /* Dynamic check, 13*128 */ define
1970 movi BLOCK_SIZE, r29 /* r29 = expected size */

Completed in 88 milliseconds