Home
last modified time | relevance | path

Searched refs:val64 (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kernel/
Dpci-calgary_64.c582 u64 val64; in calioc2_tce_cache_blast() local
604 val64 = readq(target); in calioc2_tce_cache_blast()
606 } while ((val64 & 0xff) != 0xff && i < 100); in calioc2_tce_cache_blast()
755 u64 val64; in calgary_setup_tar() local
785 val64 = be64_to_cpu(readq(target)); in calgary_setup_tar()
788 val64 &= ~TAR_SW_BITS; in calgary_setup_tar()
791 val64 |= table_phys; in calgary_setup_tar()
794 val64 |= (u64) specified_table_size; in calgary_setup_tar()
796 tbl->tar_val = cpu_to_be64(val64); in calgary_setup_tar()
806 u64 val64; in calgary_free_bus() local
[all …]
/arch/powerpc/kernel/
Dprom_init.c1280 __be64 val64; in prom_instantiate_opal() local
1290 val64 = 0; in prom_instantiate_opal()
1291 prom_getprop(opal_node, "opal-runtime-size", &val64, sizeof(val64)); in prom_instantiate_opal()
1292 size = be64_to_cpu(val64); in prom_instantiate_opal()
1295 val64 = 0; in prom_instantiate_opal()
1296 prom_getprop(opal_node, "opal-runtime-alignment", &val64,sizeof(val64)); in prom_instantiate_opal()
1297 align = be64_to_cpu(val64); in prom_instantiate_opal()
/arch/mips/include/asm/
Dprocessor.h102 __u64 val64[FPU_REG_WIDTH / 64]; member
/arch/x86/include/asm/
Dkvm_emulate.h235 u64 val64; member
/arch/x86/kvm/
Demulate.c432 .src_val = ctxt->src.val64, in emulator_check_intercept()
433 .dst_val = ctxt->dst.val64, in emulator_check_intercept()
2089 ctxt->dst.val64 = ((u64)reg_read(ctxt, VCPU_REGS_RCX) << 32) | in em_cmpxchg8b()
3507 u64 new_val = ctxt->src.val64; in check_cr_write()
3596 u64 new_val = ctxt->src.val64; in check_dr_write()
4818 ctxt->src.orig_val64 = ctxt->src.val64; in x86_emulate_insn()
4840 ctxt->dst.orig_val64 = ctxt->dst.val64; in x86_emulate_insn()
/arch/mips/math-emu/
Dcp1emu.c841 for (i = 1; i < ARRAY_SIZE(ctx->fpr[x].val64); i++) \