Home
last modified time | relevance | path

Searched refs:pval (Results 1 – 11 of 11) sorted by relevance

/qemu/monitor/
A Dhmp-target.c88 int get_monitor_def(Monitor *mon, int64_t *pval, const char *name) in get_monitor_def() argument
103 *pval = md->get_value(mon, md, md->offset); in get_monitor_def()
109 *pval = *(int32_t *)ptr; in get_monitor_def()
112 *pval = *(target_long *)ptr; in get_monitor_def()
115 *pval = 0; in get_monitor_def()
125 *pval = (target_long) tmp; in get_monitor_def()
A Dmonitor-internal.h186 int get_monitor_def(Monitor *mon, int64_t *pval, const char *name);
A Dhmp.c510 static int get_expr(Monitor *mon, int64_t *pval, const char **pp) in get_expr() argument
520 *pval = expr_sum(mon); in get_expr()
525 static int get_double(Monitor *mon, double *pval, const char **pp) in get_double() argument
541 *pval = d; in get_double()
/qemu/target/ppc/
A Dppc-qmp-cmds.c137 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval) in target_get_monitor_def() argument
145 *pval = env->gpr[regnum]; in target_get_monitor_def()
152 *pval = *cpu_fpr_ptr(env, regnum); in target_get_monitor_def()
161 *pval = env->spr[i]; in target_get_monitor_def()
170 *pval = env->sr[regnum]; in target_get_monitor_def()
/qemu/stubs/
A Dtarget-get-monitor-def.c24 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval);
26 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval) in target_get_monitor_def() argument
/qemu/include/sysemu/
A Ddma.h242 uint##_bits##_t *pval, \
245 MemTxResult res = dma_memory_read(as, addr, pval, (_bits) / 8, attrs); \
246 _end##_bits##_to_cpus(pval); \
/qemu/include/monitor/
A Dhmp-target.h45 int target_get_monitor_def(CPUState *cs, const char *name, uint64_t *pval);
/qemu/migration/
A Dvmstate-types.c719 GTree **pval = pv; in put_gtree() local
720 GTree *tree = *pval; in put_gtree()
747 GTree **pval = pv; in get_gtree() local
748 GTree *tree = *pval; in get_gtree()
/qemu/system/
A Dmemory.c1451 uint64_t *pval, in memory_region_dispatch_read1() argument
1455 *pval = 0; in memory_region_dispatch_read1()
1458 return access_with_adjusted_size(addr, pval, size, in memory_region_dispatch_read1()
1464 return access_with_adjusted_size(addr, pval, size, in memory_region_dispatch_read1()
1474 uint64_t *pval, in memory_region_dispatch_read() argument
1484 pval, op, attrs); in memory_region_dispatch_read()
1487 *pval = unassigned_mem_read(mr, addr, size); in memory_region_dispatch_read()
1491 r = memory_region_dispatch_read1(mr, addr, pval, size, attrs); in memory_region_dispatch_read()
1492 adjust_endianness(mr, pval, op); in memory_region_dispatch_read()
/qemu/hw/scsi/
A Dvmw_pvscsi.c53 #define RS_GET_FIELD(pval, m, field) \ argument
56 pval, MEMTXATTRS_UNSPECIFIED)
/qemu/include/exec/
A Dmemory.h2589 uint64_t *pval,

Completed in 48 milliseconds