Home
last modified time | relevance | path

Searched refs:RO_DATA_SECTION (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/arch/unicore32/kernel/
Dvmlinux.lds.S46 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/nios2/kernel/
Dvmlinux.lds.S52 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/hexagon/kernel/
Dvmlinux.lds.S53 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/h8300/kernel/
Dvmlinux.lds.S42 RO_DATA_SECTION(4)
/Linux-v5.4/arch/riscv/kernel/
Dvmlinux.lds.S55 RO_DATA_SECTION(L1_CACHE_BYTES)
/Linux-v5.4/arch/csky/kernel/
Dvmlinux.lds.S52 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/nds32/kernel/
Dvmlinux.lds.S56 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/openrisc/kernel/
Dvmlinux.lds.S71 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/c6x/kernel/
Dvmlinux.lds.S86 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/arc/kernel/
Dvmlinux.lds.S98 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/m68k/kernel/
Dvmlinux-nommu.lds63 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/arch/parisc/kernel/
Dvmlinux.lds.S130 RO_DATA_SECTION(8)
/Linux-v5.4/arch/s390/kernel/
Dvmlinux.lds.S57 RO_DATA_SECTION(PAGE_SIZE)
/Linux-v5.4/include/asm-generic/
Dvmlinux.lds.h351 #define RO_DATA_SECTION(align) \ macro
506 #define RODATA RO_DATA_SECTION(4096)
507 #define RO_DATA(align) RO_DATA_SECTION(align)