Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 25 of 834) sorted by relevance

12345678910>>...34

/Linux-v4.19/arch/x86/kernel/
Dvmlinux.lds.S58 #define X86_ALIGN_RODATA_BEGIN . = ALIGN(HPAGE_SIZE);
61 . = ALIGN(HPAGE_SIZE); \
65 #define ALIGN_ENTRY_TEXT_BEGIN . = ALIGN(PMD_SIZE);
66 #define ALIGN_ENTRY_TEXT_END . = ALIGN(PMD_SIZE);
77 . = ALIGN(PMD_SIZE); \
80 . = ALIGN(PAGE_SIZE); \
82 . = ALIGN(PMD_SIZE); \
89 . = ALIGN(PAGE_SIZE); \
140 . = ALIGN(PAGE_SIZE);
144 . = ALIGN(PAGE_SIZE);
[all …]
/Linux-v4.19/arch/arm64/kernel/
Dvmlinux.lds.S36 . = ALIGN(SZ_4K); \
45 . = ALIGN(SZ_4K); \
52 . = ALIGN(SZ_4K); \
62 . = ALIGN(PAGE_SIZE); \
65 . = ALIGN(PAGE_SIZE); \
82 .pecoff_edata_padding : { BYTE(0); . = ALIGN(PECOFF_FILE_ALIGNMENT); }
130 . = ALIGN(16);
134 . = ALIGN(SEGMENT_ALIGN);
141 . = ALIGN(SEGMENT_ALIGN);
150 . = ALIGN(4);
[all …]
/Linux-v4.19/include/asm-generic/
Dvmlinux.lds.h58 #define ALIGN_FUNCTION() . = ALIGN(8)
90 #define STRUCT_ALIGN() . = ALIGN(STRUCT_ALIGNMENT)
113 #define MCOUNT_REC() . = ALIGN(8); \
138 #define KPROBE_BLACKLIST() . = ALIGN(8); \
156 #define FTRACE_EVENTS() . = ALIGN(8); \
180 #define TRACE_SYSCALLS() . = ALIGN(8); \
198 #define EARLYCON_TABLE() . = ALIGN(8); \
211 . = ALIGN(8); \
225 . = ALIGN(8); \
256 . = ALIGN(8); \
[all …]
/Linux-v4.19/arch/s390/kernel/
Dvmlinux.lds.S51 . = ALIGN(PAGE_SIZE);
60 . = ALIGN(PAGE_SIZE);
63 . = ALIGN(PAGE_SIZE);
69 . = ALIGN(PAGE_SIZE);
77 . = ALIGN(PAGE_SIZE); /* Init code and data */
80 . = ALIGN(PAGE_SIZE);
84 . = ALIGN(PAGE_SIZE);
106 . = ALIGN(8);
138 . = ALIGN(PAGE_SIZE);
142 . = ALIGN(PAGE_SIZE);
/Linux-v4.19/arch/microblaze/kernel/
Dvmlinux.lds.S41 . = ALIGN (4) ;
45 . = ALIGN (4) ;
53 . = ALIGN(16);
64 . = ALIGN(PAGE_SIZE); /* page aligned when MMU used */
66 . = ALIGN(8);
77 . = ALIGN(8);
92 . = ALIGN(PAGE_SIZE);
101 . = ALIGN(4);
130 .bss ALIGN (PAGE_SIZE) : AT(ADDR(.bss) - LOAD_OFFSET) {
135 . = ALIGN (4) ;
[all …]
/Linux-v4.19/arch/arm/kernel/
Dvmlinux.lds.S55 . = ALIGN(1<<SECTION_SHIFT);
59 . = ALIGN(PMSAv8_MINALIGN);
67 . = ALIGN(1<<SECTION_SHIFT);
73 . = ALIGN(4);
87 . = ALIGN(1<<SECTION_SHIFT);
89 . = ALIGN(PAGE_SIZE);
139 . = ALIGN(1<<SECTION_SHIFT);
141 . = ALIGN(THREAD_SIZE);
151 . = ALIGN(PMSAv8_MINALIGN);
164 __start_rodata_section_aligned = ALIGN(__start_rodata, 1 << SECTION_SHIFT);
Dvmlinux-xip.lds.S62 . = ALIGN(4);
104 . = ALIGN(SZ_128K);
111 __data_loc = ALIGN(4); /* location in file */
116 . = ALIGN(THREAD_SIZE);
124 . = ALIGN(PAGE_SIZE);
148 . = ALIGN(PAGE_SIZE);
153 . = ALIGN(PMSAv8_MINALIGN);
Dvmlinux.lds.h29 . = ALIGN(4); \
44 . = ALIGN(PAGE_SIZE); \
80 . = ALIGN(4); \
86 . = ALIGN(8); \
120 __itcm_start = ALIGN(4); \
125 . = ALIGN(4); \
134 . = ALIGN(4); \
/Linux-v4.19/arch/c6x/kernel/
Dvmlinux.lds.S23 . = ALIGN(128); \
37 . = ALIGN(0x400);
51 . = ALIGN(PAGE_SIZE);
65 . = ALIGN(PAGE_SIZE);
93 . = ALIGN (8) ;
125 .neardata ALIGN(8) : AT(ADDR(.neardata) - LOAD_OFFSET)
129 . = ALIGN(8);
141 . = ALIGN(8);
144 . = ALIGN(8);
/Linux-v4.19/arch/powerpc/kernel/
Dvmlinux.lds.S128 . = ALIGN(PAGE_SIZE);
136 . = ALIGN(8);
143 . = ALIGN(8);
150 . = ALIGN(8);
159 . = ALIGN(8);
182 . = ALIGN(STRICT_ALIGN_SIZE);
217 . = ALIGN(8);
223 . = ALIGN(8);
229 . = ALIGN(8);
236 . = ALIGN(8);
[all …]
/Linux-v4.19/arch/parisc/boot/compressed/
Dvmlinux.lds.S29 . = ALIGN(16);
49 . = ALIGN(4096);
56 . = ALIGN(8);
63 . = ALIGN(8);
70 . = ALIGN(8);
74 . = ALIGN(8);
80 . = ALIGN(4096);
/Linux-v4.19/arch/parisc/kernel/
Dvmlinux.lds.S52 . = ALIGN(PAGE_SIZE);
64 . = ALIGN(HUGEPAGE_SIZE);
70 .text ALIGN(PAGE_SIZE) : {
89 . = ALIGN(PAGE_SIZE);
100 . = ALIGN(16);
133 . = ALIGN(HUGEPAGE_SIZE);
140 . = ALIGN(16);
151 . = ALIGN(HUGEPAGE_SIZE);
/Linux-v4.19/arch/x86/realmode/rm/
Drealmode.lds.S25 . = ALIGN(4);
29 . = ALIGN(16);
35 . = ALIGN(PAGE_SIZE);
53 . = ALIGN(PAGE_SIZE);
59 . = ALIGN(128);
65 . = ALIGN(4);
/Linux-v4.19/arch/arm/boot/compressed/
Dvmlinux.lds.S47 .table : ALIGN(4) {
66 . = ALIGN(4);
76 .pad : { BYTE(0); . = ALIGN(8); }
79 .data : ALIGN(4096) {
92 . = ALIGN(512);
124 . = ALIGN(8); /* the stack must be 64-bit aligned */
127 PROVIDE(__pecoff_data_size = ALIGN(512) - ADDR(.data));
128 PROVIDE(__pecoff_end = ALIGN(512));
/Linux-v4.19/arch/powerpc/boot/
DzImage.ps3.lds.S11 . = ALIGN(4096);
16 . = ALIGN(4096);
28 . = ALIGN(4096);
39 . = ALIGN(4096);
42 . = ALIGN(4096);
49 . = ALIGN(4096);
DzImage.lds.S20 . = ALIGN(4096);
47 . = ALIGN(8);
55 . = ALIGN(4096);
63 . = ALIGN(4096);
72 . = ALIGN(256);
81 . = ALIGN(4096);
/Linux-v4.19/arch/arc/kernel/
Dvmlinux.lds.S36 . = ALIGN(PAGE_SIZE);
42 . = ALIGN(CONFIG_ARC_ICCM_SZ * 1024);
62 . = ALIGN(PAGE_SIZE);
85 . = ALIGN(PAGE_SIZE);
115 . = ALIGN(PAGE_SIZE);
127 . = ALIGN(PAGE_SIZE);
157 . = ALIGN(CONFIG_ARC_DCCM_SZ * 1024);
/Linux-v4.19/arch/ia64/kernel/
Dvmlinux.lds.S78 . = ALIGN(16);
97 . = ALIGN(8);
120 . = ALIGN(PAGE_SIZE);
146 . = ALIGN(16);
155 . = ALIGN(PERCPU_PAGE_SIZE);
160 . = ALIGN(PAGE_SIZE);
165 . = ALIGN(PAGE_SIZE);
174 . = ALIGN(PAGE_SIZE);
177 . = ALIGN(PERCPU_PAGE_SIZE);
201 . = ALIGN(16); /* gp must be 16-byte aligned for exc. table */
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.h139 u8 bcm_spu_req_hdr[ALIGN(SPU2_HEADER_ALLOC_LEN, SPU_MSG_ALIGN)];
142 u8 iv_ctr[ALIGN(2 * AES_BLOCK_SIZE, SPU_MSG_ALIGN)];
145 u8 digest[ALIGN(MAX_DIGEST_SIZE, SPU_MSG_ALIGN)];
148 u8 spu_req_pad[ALIGN(SPU_PAD_LEN_MAX, SPU_MSG_ALIGN)];
151 u8 tx_stat[ALIGN(SPU_TX_STATUS_LEN, SPU_MSG_ALIGN)];
156 u8 spu_resp_hdr[ALIGN(SPU2_HEADER_ALLOC_LEN, SPU_MSG_ALIGN)];
159 u8 rx_stat_pad[ALIGN(SPU_STAT_PAD_MAX, SPU_MSG_ALIGN)];
162 u8 rx_stat[ALIGN(SPU_RX_STATUS_LEN, SPU_MSG_ALIGN)];
171 u8 supdt_tweak[ALIGN(SPU_SUPDT_LEN, SPU_MSG_ALIGN)];
177 u8 gcmpad[ALIGN(AES_BLOCK_SIZE, SPU_MSG_ALIGN)];
[all …]
/Linux-v4.19/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S30 . = ALIGN(16);
39 . = ALIGN(8);
42 . = ALIGN(8);
45 . = ALIGN(8);
48 . = ALIGN(8);
62 .rela.dyn ALIGN(8) : { *(.rela.dyn) }
64 .opd ALIGN(8) : { KEEP (*(.opd)) }
65 .got ALIGN(8) : { *(.got .toc) }
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dls_ucode_gr.c52 desc->bootloader_size = ALIGN(bl_desc->code_size, sizeof(u32)); in ls_ucode_img_build()
56 pos = ALIGN(pos + desc->bootloader_size, BL_DESC_BLK_SIZE); in ls_ucode_img_build()
58 desc->app_size = ALIGN(code->size, BL_DESC_BLK_SIZE) + in ls_ucode_img_build()
59 ALIGN(data->size, BL_DESC_BLK_SIZE); in ls_ucode_img_build()
64 desc->app_resident_code_size = ALIGN(code->size, BL_DESC_BLK_SIZE); in ls_ucode_img_build()
66 pos = ALIGN(pos + desc->app_resident_code_size, BL_DESC_BLK_SIZE); in ls_ucode_img_build()
68 desc->app_resident_data_size = ALIGN(data->size, BL_DESC_BLK_SIZE); in ls_ucode_img_build()
70 desc->image_size = ALIGN(bl_desc->code_size, BL_DESC_BLK_SIZE) + in ls_ucode_img_build()
/Linux-v4.19/arch/h8300/boot/compressed/
Dvmlinux.lds17 . = ALIGN(0x4) ;
21 . = ALIGN(0x4) ;
26 . = ALIGN(0x4) ;
31 . = ALIGN(0x4) ;
/Linux-v4.19/arch/um/include/asm/
Dcommon.lds.S8 . = ALIGN(4096);
15 . = ALIGN(4096);
18 . = ALIGN(4096);
70 . = ALIGN(4);
98 . = ALIGN(4096);
/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v5.c77 enc_ref_y_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN) in s5p_mfc_alloc_codec_buffers_v5()
78 * ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN); in s5p_mfc_alloc_codec_buffers_v5()
79 enc_ref_y_size = ALIGN(enc_ref_y_size, S5P_FIMV_NV12MT_SALIGN); in s5p_mfc_alloc_codec_buffers_v5()
82 enc_ref_c_size = ALIGN(ctx->img_width, in s5p_mfc_alloc_codec_buffers_v5()
84 * ALIGN(ctx->img_height >> 1, in s5p_mfc_alloc_codec_buffers_v5()
86 enc_ref_c_size = ALIGN(enc_ref_c_size, in s5p_mfc_alloc_codec_buffers_v5()
89 guard_width = ALIGN(ctx->img_width + 16, in s5p_mfc_alloc_codec_buffers_v5()
91 guard_height = ALIGN((ctx->img_height >> 1) + 4, in s5p_mfc_alloc_codec_buffers_v5()
93 enc_ref_c_size = ALIGN(guard_width * guard_height, in s5p_mfc_alloc_codec_buffers_v5()
105 ALIGN(S5P_FIMV_DEC_NB_IP_SIZE + in s5p_mfc_alloc_codec_buffers_v5()
[all …]
/Linux-v4.19/arch/nios2/boot/compressed/
Dvmlinux.lds.S36 . = ALIGN(32 / 8);
38 . = ALIGN(32 / 8);
49 . = ALIGN(32 / 8);
52 . = ALIGN(32 / 8);

12345678910>>...34