Home
last modified time | relevance | path

Searched refs:SECTION_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/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);
127 RO_DATA(SECTION_ALIGN)
132 . = ALIGN(SECTION_ALIGN);
H A Dvmlinux-xip.lds.S69 . = ALIGN(SECTION_ALIGN); /* location in memory */
/linux-6.15/arch/riscv/include/asm/
H A Dset_memory.h52 #define SECTION_ALIGN (1 << 21) macro
54 #define SECTION_ALIGN (1 << 22) macro
57 #define SECTION_ALIGN L1_CACHE_BYTES macro