/linux/arch/riscv/include/asm/ |
H A D | checksum.h | 19 #ifndef CONFIG_32BIT 44 if (IS_ENABLED(CONFIG_32BIT)) in ip_fast_csum() 63 if (IS_ENABLED(CONFIG_32BIT)) { in ip_fast_csum() 86 #ifndef CONFIG_32BIT in ip_fast_csum()
|
/linux/arch/riscv/lib/ |
H A D | csum.c | 19 #ifndef CONFIG_32BIT 82 #ifdef CONFIG_32BIT 180 #ifdef CONFIG_32BIT in do_csum_with_alignment() 219 #ifndef CONFIG_32BIT in do_csum_with_alignment() 267 #ifdef CONFIG_32BIT in do_csum_no_alignment() 293 #ifndef CONFIG_32BIT in do_csum_no_alignment()
|
/linux/arch/riscv/kvm/ |
H A D | aia.c | 68 #ifdef CONFIG_32BIT 103 #ifdef CONFIG_32BIT in kvm_riscv_vcpu_aia_has_interrupts() 130 #ifdef CONFIG_32BIT in kvm_riscv_vcpu_aia_update_hvip() 146 #ifdef CONFIG_32BIT in kvm_riscv_vcpu_aia_load() 164 #ifdef CONFIG_32BIT in kvm_riscv_vcpu_aia_put() 200 #ifdef CONFIG_32BIT in kvm_riscv_vcpu_aia_set_csr() 256 #ifndef CONFIG_32BIT in aia_get_iprio8() 289 #ifndef CONFIG_32BIT in aia_set_iprio8() 314 #ifndef CONFIG_32BIT in aia_set_iprio8() 340 #ifndef CONFIG_32BIT in aia_rmw_iprio() [all …]
|
H A D | vcpu_sbi_pmu.c | 38 #if defined(CONFIG_32BIT) in kvm_sbi_ext_pmu_handler() 53 #if defined(CONFIG_32BIT) in kvm_sbi_ext_pmu_handler() 68 if (IS_ENABLED(CONFIG_32BIT)) in kvm_sbi_ext_pmu_handler()
|
H A D | vcpu_sbi_sta.c | 108 if (IS_ENABLED(CONFIG_32BIT)) in kvm_sbi_sta_steal_time_set_shmem() 170 if (IS_ENABLED(CONFIG_32BIT)) in kvm_riscv_vcpu_get_reg_sbi_sta() 188 if (IS_ENABLED(CONFIG_32BIT)) { in kvm_riscv_vcpu_set_reg_sbi_sta() 198 if (IS_ENABLED(CONFIG_32BIT)) { in kvm_riscv_vcpu_set_reg_sbi_sta()
|
H A D | vcpu_onereg.c | 773 size = IS_ENABLED(CONFIG_32BIT) ? KVM_REG_SIZE_U32 : KVM_REG_SIZE_U64; in copy_config_reg_indices() 803 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_core_reg_indices() 837 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_csr_reg_indices() 854 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_csr_reg_indices() 872 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_csr_reg_indices() 987 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_isa_ext_reg_indices() 1017 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_sbi_ext_reg_indices() 1048 u64 size = IS_ENABLED(CONFIG_32BIT) ? KVM_REG_SIZE_U32 : KVM_REG_SIZE_U64; in copy_sbi_reg_indices() 1095 size = IS_ENABLED(CONFIG_32BIT) ? KVM_REG_SIZE_U32 : KVM_REG_SIZE_U64; in copy_vector_reg_indices()
|
H A D | vcpu_timer.c | 74 #if defined(CONFIG_32BIT) in kvm_riscv_vcpu_update_vstimecmp() 291 #if defined(CONFIG_32BIT) in kvm_riscv_vcpu_update_timedelta() 308 #if defined(CONFIG_32BIT) in kvm_riscv_vcpu_timer_restore() 329 #if defined(CONFIG_32BIT) in kvm_riscv_vcpu_timer_sync()
|
/linux/arch/mips/dec/ |
H A D | int-handler.S | 134 #if defined(CONFIG_32BIT) && defined(CONFIG_MIPS_FP_SUPPORT) 142 #if defined(CONFIG_32BIT) && defined(CONFIG_MIPS_FP_SUPPORT) 151 #if defined(CONFIG_32BIT) || defined(KBUILD_64BIT_SYM32) 283 #if defined(CONFIG_32BIT) && defined(CONFIG_MIPS_FP_SUPPORT)
|
/linux/arch/mips/kernel/ |
H A D | mcount.S | 72 #ifdef CONFIG_32BIT 92 #if defined(KBUILD_MCOUNT_RA_ADDRESS) && defined(CONFIG_32BIT) 145 #ifdef CONFIG_32BIT 194 #ifdef CONFIG_32BIT
|
H A D | mips-r2-to-r6-emul.c | 88 if (IS_ENABLED(CONFIG_32BIT)) in mipsr6_emul() 147 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_RS(ir)) in mipsr6_emul() 156 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_RS(ir)) in mipsr6_emul() 165 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir)) in mipsr6_emul() 174 if (IS_ENABLED(CONFIG_32BIT) || MIPSInst_FD(ir)) in mipsr6_emul() 502 if (IS_ENABLED(CONFIG_32BIT)) in dmult_func() 534 if (IS_ENABLED(CONFIG_32BIT)) in dmultu_func() 565 if (IS_ENABLED(CONFIG_32BIT)) in ddiv_func() 590 if (IS_ENABLED(CONFIG_32BIT)) in ddivu_func() 829 if (IS_ENABLED(CONFIG_32BIT)) in dclz_func() [all …]
|
H A D | ptrace.c | 136 #ifdef CONFIG_32BIT in ptrace_get_watch_regs() 180 #ifdef CONFIG_32BIT in ptrace_set_watch_regs() 215 #if defined(CONFIG_32BIT) || defined(CONFIG_MIPS32_O32) 695 #if defined(CONFIG_32BIT) || defined(CONFIG_MIPS32_O32) 932 #if defined(CONFIG_32BIT) || defined(CONFIG_MIPS32_O32) 1067 #ifdef CONFIG_32BIT in task_user_regset_view() 1120 #ifdef CONFIG_32BIT in arch_ptrace() 1218 #ifdef CONFIG_32BIT in arch_ptrace()
|
H A D | ftrace.c | 26 #if defined(KBUILD_MCOUNT_RA_ADDRESS) && defined(CONFIG_32BIT) 376 #ifdef CONFIG_32BIT
|
/linux/arch/mips/include/asm/txx9/ |
H A D | tx4927.h | 218 #ifdef CONFIG_32BIT in txx9_clear64() 223 #ifdef CONFIG_32BIT in txx9_clear64() 229 #ifdef CONFIG_32BIT in txx9_set64() 234 #ifdef CONFIG_32BIT in txx9_set64()
|
/linux/arch/mips/include/asm/ |
H A D | checksum.h | 141 if (IS_ENABLED(CONFIG_32BIT)) in csum_tcpudp_nofold() 151 if (IS_ENABLED(CONFIG_32BIT)) in csum_tcpudp_nofold() 157 if (IS_ENABLED(CONFIG_32BIT)) { in csum_tcpudp_nofold()
|
H A D | syscall.h | 33 return (IS_ENABLED(CONFIG_32BIT) || in mips_syscall_is_indirect() 68 #ifdef CONFIG_32BIT in mips_get_syscall_arg()
|
H A D | asm-eva.h | 33 #ifdef CONFIG_32BIT 92 #ifdef CONFIG_32BIT 120 #ifdef CONFIG_32BIT 178 #ifdef CONFIG_32BIT
|
H A D | uaccess.h | 19 #ifdef CONFIG_32BIT 198 #ifdef CONFIG_32BIT 291 #ifdef CONFIG_32BIT
|
/linux/arch/riscv/kernel/ |
H A D | cpu.c | 73 if (IS_ENABLED(CONFIG_32BIT) && strncasecmp(isa, "rv32i", 5)) { in riscv_early_of_processor_hartid() 108 if (IS_ENABLED(CONFIG_32BIT) && strncasecmp(isa, "rv32ima", 7)) { in riscv_early_of_processor_hartid() 268 if (IS_ENABLED(CONFIG_32BIT)) in print_isa() 294 #if defined(CONFIG_32BIT) in print_mmu()
|
/linux/drivers/clocksource/ |
H A D | timer-riscv.c | 39 if (IS_ENABLED(CONFIG_32BIT)) in riscv_clock_event_stop() 52 #if defined(CONFIG_32BIT) in riscv_clock_next_event()
|
/linux/arch/mips/vdso/ |
H A D | config-n32-o32-env.c | 14 #define CONFIG_32BIT 1 macro
|
/linux/arch/loongarch/include/asm/ |
H A D | vermagic.h | 10 #ifdef CONFIG_32BIT
|
H A D | seccomp.h | 10 #ifdef CONFIG_32BIT
|
H A D | elf.h | 161 #ifdef CONFIG_32BIT 238 #ifdef CONFIG_32BIT
|
/linux/arch/sparc/vdso/vdso32/ |
H A D | vclock_gettime.c | 16 #define CONFIG_32BIT macro
|
/linux/drivers/dma/ |
H A D | txx9dmac.h | 67 #if defined(CONFIG_32BIT) && !defined(CONFIG_PHYS_ADDR_T_64BIT) 201 #if defined(CONFIG_32BIT) && !defined(CONFIG_PHYS_ADDR_T_64BIT)
|