Searched refs:SECTION_ALIGN (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dset_memory.h51 #define SECTION_ALIGN (1 << 21) macro
53 #define SECTION_ALIGN (1 << 22) macro
56 #define SECTION_ALIGN L1_CACHE_BYTES macro
/linux-master/arch/riscv/kernel/
H A Dvmlinux.lds.S51 . = ALIGN(SECTION_ALIGN);
54 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) ALIGN(SECTION_ALIGN) { \
80 . = ALIGN(SECTION_ALIGN);
124 RO_DATA(SECTION_ALIGN)
129 . = ALIGN(SECTION_ALIGN);

Completed in 107 milliseconds