Searched refs:CONFIG_32BIT (Results 51 - 75 of 92) sorted by relevance

1234

/linux-master/arch/riscv/include/asm/
H A Dkvm_vcpu_pmu.h65 #if defined(CONFIG_32BIT)
H A Dkvm_aia.h116 #ifdef CONFIG_32BIT
H A Dasm.h86 #ifdef CONFIG_32BIT
/linux-master/arch/sh/boot/compressed/
H A DMakefile17 ifeq ($(CONFIG_32BIT),y)
H A Dhead_32.S103 #ifdef CONFIG_32BIT
/linux-master/arch/mips/include/asm/
H A Dstackframe.h69 #ifdef CONFIG_32BIT
120 #if defined(CONFIG_32BIT) || defined(KBUILD_64BIT_SYM32)
169 #if defined(CONFIG_32BIT) || defined(KBUILD_64BIT_SYM32)
318 #ifdef CONFIG_32BIT
H A Delf.h217 #ifdef CONFIG_32BIT
231 #endif /* CONFIG_32BIT */
327 #ifdef CONFIG_32BIT
343 #endif /* CONFIG_32BIT */
H A Dprocessor.h34 #ifdef CONFIG_32BIT
/linux-master/drivers/dma/
H A Dtxx9dmac.h67 #if defined(CONFIG_32BIT) && !defined(CONFIG_PHYS_ADDR_T_64BIT)
201 #if defined(CONFIG_32BIT) && !defined(CONFIG_PHYS_ADDR_T_64BIT)
/linux-master/arch/mips/kernel/
H A Dftrace.c26 #if defined(KBUILD_MCOUNT_RA_ADDRESS) && defined(CONFIG_32BIT)
137 * sub sp, sp, 8 --> nop (CONFIG_32BIT)
141 * 2.1 For KBUILD_MCOUNT_RA_ADDRESS and CONFIG_32BIT
144 * addiu v1, v1, low_16bit_of_mcount --> nop (CONFIG_32BIT)
153 * addiu v1, v1, low_16bit_of_mcount --> nop (CONFIG_32BIT)
376 #ifdef CONFIG_32BIT
H A Dptrace.c136 #ifdef CONFIG_32BIT
180 #ifdef CONFIG_32BIT
215 #if defined(CONFIG_32BIT) || defined(CONFIG_MIPS32_O32)
278 #endif /* CONFIG_32BIT || CONFIG_MIPS32_O32 */
695 #if defined(CONFIG_32BIT) || defined(CONFIG_MIPS32_O32)
759 #endif /* CONFIG_32BIT || CONFIG_MIPS32_O32 */
932 #if defined(CONFIG_32BIT) || defined(CONFIG_MIPS32_O32)
990 #endif /* CONFIG_32BIT || CONFIG_MIPS32_O32 */
1067 #ifdef CONFIG_32BIT
1120 #ifdef CONFIG_32BIT
[all...]
H A Dgenex.S197 #if defined(CONFIG_32BIT) || defined(KBUILD_64BIT_SYM32)
308 #if defined(CONFIG_32BIT) || defined(KBUILD_64BIT_SYM32)
522 #ifdef CONFIG_32BIT
H A DMakefile75 obj-$(CONFIG_32BIT) += scall32-o32.o
/linux-master/arch/mips/mm/
H A DMakefile29 obj-$(CONFIG_32BIT) += ioremap.o pgtable-32.o
/linux-master/arch/loongarch/include/asm/
H A Delf.h161 #ifdef CONFIG_32BIT
175 #endif /* CONFIG_32BIT */
238 #ifdef CONFIG_32BIT
248 #endif /* CONFIG_32BIT */
H A Dprocessor.h20 #ifdef CONFIG_32BIT
/linux-master/drivers/irqchip/
H A Dirq-riscv-intc.c54 if (IS_ENABLED(CONFIG_32BIT) && d->hwirq >= BITS_PER_LONG)
62 if (IS_ENABLED(CONFIG_32BIT) && d->hwirq >= BITS_PER_LONG)
/linux-master/arch/mips/lib/
H A Ddump_tlb.c75 #ifdef CONFIG_32BIT
/linux-master/drivers/perf/
H A Driscv_pmu_sbi.c397 #if defined(CONFIG_32BIT)
576 if (IS_ENABLED(CONFIG_32BIT))
621 if (IS_ENABLED(CONFIG_32BIT) && sbi_v2_available && info.width >= 32) {
632 if (IS_ENABLED(CONFIG_32BIT))
664 #if defined(CONFIG_32BIT)
837 #if defined(CONFIG_32BIT)
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i.h133 #ifdef CONFIG_32BIT
483 #ifdef CONFIG_32BIT
/linux-master/arch/riscv/kernel/
H A Dsbi.c593 if (IS_ENABLED(CONFIG_32BIT))
622 if (IS_ENABLED(CONFIG_32BIT))
/linux-master/arch/sh/kernel/
H A Dhead_32.S36 #ifdef CONFIG_32BIT
/linux-master/drivers/cache/
H A Dsifive_ccache.c155 #ifdef CONFIG_32BIT
/linux-master/arch/mips/boot/compressed/
H A DMakefile126 ifdef CONFIG_32BIT
/linux-master/arch/riscv/kvm/
H A Dvcpu_pmu.c207 if (!IS_ENABLED(CONFIG_32BIT)) {
434 if (IS_ENABLED(CONFIG_32BIT))

Completed in 437 milliseconds

1234