Home
last modified time | relevance | path

Searched refs:DR (Results 1 – 9 of 9) sorted by relevance

/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst161 ``arg[1]``: index of sensor, for DR-related sensors this is generally the DRC
189 * ``9003``: ``allocation-state``, generally only used for "logical" DR resources
192 ``isolation-state->isolate``, respectively. For "physical" DR (like PCI
215 ``arg[1]``: index of sensor, for DR-related sensors this is generally the DRC
220 For DR-related operations, the only noteworthy sensor is ``dr-entity-sense``,
315 For most DR operations, the hypervisor will issue host->guest add/remove events
322 For DR, this framework has been extended to include hotplug events, which were
323 previously unneeded due to direct manipulation of DR-related guest userspace
400 uint32_t count; /* number of DR resources to take
405 uint32_t count; /* number of DR resources to take
/qemu/hw/audio/
H A Dfmopl.h16 int32_t *DR; /* decay rate :&DR_TALBE[DR<<2] */ member
H A Dfmopl.c372 SLOT->evsd = SLOT->DR[ksr]; in CALC_FCSLOT()
420 SLOT->DR = dr ? &OPL->DR_TABLE[dr<<2] : RATE_0; in set_ar_dr()
421 SLOT->evsd = SLOT->DR[SLOT->ksr]; in set_ar_dr()
/qemu/target/ppc/
H A Dmmu_common.c381 (int)FIELD_EX64(env->msr, MSR, DR), pr ? 1 : 0, in mmu6xx_get_physical_address()
694 : !FIELD_EX64(env->msr, MSR, DR)) { in ppc_real_mode_xlate()
H A Dmmu-booke.c169 FIELD_EX64(env->msr, MSR, DR)) != (tlb->attr & 1)) { in mmubooke_check_tlb()
H A Dcpu.h507 FIELD(MSR, DR, MSR_DR, 1)
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc347 C(0x1d00, DR, RR_a, Z, r1_D32, r2_32s, new_P, r1_P32, divs32, 0)
/qemu/tcg/s390x/
H A Dtcg-target.c.inc2280 tcg_out_insn(s, RR, DR, args[1], args[4]);
/qemu/target/i386/tcg/
H A Ddecode-new.c.inc2434 case 0x20 ... 0x23: /* mov from/to CR and DR */