Searched refs:RW_DATA (Results 1 – 22 of 22) sorted by relevance
/linux-6.3-rc2/arch/hexagon/kernel/ |
A D | vmlinux.lds.S | 53 RW_DATA(32,PAGE_SIZE,_THREAD_SIZE)
|
/linux-6.3-rc2/arch/nios2/kernel/ |
A D | vmlinux.lds.S | 52 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
A D | vmlinux.lds.S | 76 RW_DATA(32, PAGE_SIZE, PAGE_SIZE)
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | vmlinux.lds.S | 52 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | vmlinux.lds.S | 46 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | vmlinux.lds.S | 144 RW_DATA(XCHAL_ICACHE_LINESIZE, PAGE_SIZE, THREAD_SIZE) 348 RW_DATA(XCHAL_ICACHE_LINESIZE, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | vmlinux-sun3.lds | 32 RW_DATA(16, PAGE_SIZE, THREAD_SIZE) :data
|
A D | vmlinux-std.lds | 35 RW_DATA(16, PAGE_SIZE, THREAD_SIZE)
|
A D | vmlinux-nommu.lds | 63 RW_DATA(16, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | vmlinux.lds.S | 105 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | vmlinux.lds.S | 126 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
A D | vmlinux-xip.lds.S | 73 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/csky/kernel/ |
A D | vmlinux.lds.S | 55 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | vmlinux.lds.S | 146 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
A D | vmlinux-xip.lds.S | 117 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | vmlinux.lds.S | 69 RW_DATA(SMP_CACHE_BYTES, 0, THREAD_SIZE)
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | vmlinux.lds.S | 148 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, PAGE_SIZE)
|
/linux-6.3-rc2/arch/microblaze/kernel/ |
A D | vmlinux.lds.S | 73 RW_DATA(32, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | vmlinux.lds.S | 116 RW_DATA(1 << CONFIG_L1_CACHE_SHIFT, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | vmlinux.lds.S | 73 RW_DATA(0x100, PAGE_SIZE, THREAD_SIZE)
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | vmlinux.lds.S | 291 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
|
/linux-6.3-rc2/include/asm-generic/ |
A D | vmlinux.lds.h | 1112 #define RW_DATA(cacheline, pagealigned, inittask) \ macro
|
Completed in 18 milliseconds