Searched refs:val64 (Results 1 – 6 of 6) sorted by relevance
582 u64 val64; in calioc2_tce_cache_blast() local604 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() local785 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 …]
1280 __be64 val64; in prom_instantiate_opal() local1290 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()
102 __u64 val64[FPU_REG_WIDTH / 64]; member
235 u64 val64; member
432 .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()
841 for (i = 1; i < ARRAY_SIZE(ctx->fpr[x].val64); i++) \