/openbmc/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()
|
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()
|
H A D | aia_imsic.c | 261 #ifdef CONFIG_32BIT in imsic_mrif_topei() 299 #ifndef CONFIG_32BIT in imsic_mrif_isel_check() 340 #ifndef CONFIG_32BIT in imsic_mrif_rmw() 398 #ifdef CONFIG_32BIT in imsic_vsfile_local_read() 410 #ifdef CONFIG_32BIT in imsic_vsfile_local_read() 472 #ifndef CONFIG_32BIT in imsic_vsfile_local_rw() 539 #ifdef CONFIG_32BIT in imsic_vsfile_local_clear() 576 #ifdef CONFIG_32BIT in imsic_vsfile_local_update() 670 #ifdef CONFIG_32BIT in imsic_swfile_update()
|
H A D | vcpu_onereg.c | 649 size = IS_ENABLED(CONFIG_32BIT) ? KVM_REG_SIZE_U32 : KVM_REG_SIZE_U64; in copy_config_reg_indices() 679 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_core_reg_indices() 711 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_csr_reg_indices() 728 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_csr_reg_indices() 843 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_isa_ext_reg_indices() 884 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_sbi_ext_reg_indices() 899 u64 size = IS_ENABLED(CONFIG_32BIT) ? in copy_sbi_ext_reg_indices()
|
/openbmc/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)
|
/openbmc/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()
|
/openbmc/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() 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() 856 if (IS_ENABLED(CONFIG_32BIT)) in dclo_func() 1493 if (IS_ENABLED(CONFIG_32BIT)) { in mipsr2_decoder() 1612 if (IS_ENABLED(CONFIG_32BIT)) { in mipsr2_decoder() 1731 if (IS_ENABLED(CONFIG_32BIT)) { in mipsr2_decoder() [all …]
|
/openbmc/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 | uaccess.h | 19 #ifdef CONFIG_32BIT 198 #ifdef CONFIG_32BIT 291 #ifdef CONFIG_32BIT
|
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 | unistd.h | 50 # ifdef CONFIG_32BIT
|
H A D | kgdb.h | 18 #ifdef CONFIG_32BIT
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpu.c | 72 if (IS_ENABLED(CONFIG_32BIT) && strncasecmp(isa, "rv32i", 5)) { in riscv_early_of_processor_hartid() 107 if (IS_ENABLED(CONFIG_32BIT) && strncasecmp(isa, "rv32ima", 7)) { in riscv_early_of_processor_hartid() 242 if (IS_ENABLED(CONFIG_32BIT)) in print_isa() 266 #if defined(CONFIG_32BIT) in print_mmu()
|
/openbmc/linux/arch/mips/vdso/ |
H A D | config-n32-o32-env.c | 14 #define CONFIG_32BIT 1 macro
|
/openbmc/linux/drivers/perf/ |
H A D | riscv_pmu_legacy.c | 54 if (IS_ENABLED(CONFIG_32BIT)) in pmu_legacy_read_ctr() 58 if (IS_ENABLED(CONFIG_32BIT)) in pmu_legacy_read_ctr()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | vermagic.h | 10 #ifdef CONFIG_32BIT
|
H A D | seccomp.h | 10 #ifdef CONFIG_32BIT
|
/openbmc/linux/arch/sparc/vdso/vdso32/ |
H A D | vclock_gettime.c | 16 #define CONFIG_32BIT macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | cpu-features.h | 11 #ifdef CONFIG_32BIT
|
/openbmc/linux/arch/riscv/configs/ |
H A D | 32-bit.config | 3 CONFIG_32BIT=y
|
/openbmc/linux/arch/mips/net/ |
H A D | Makefile | 6 ifeq ($(CONFIG_32BIT),y)
|
/openbmc/u-boot/arch/riscv/ |
H A D | config.mk | 16 ifdef CONFIG_32BIT
|