Home
last modified time | relevance | path

Searched defs:gr (Results 1 – 8 of 8) sorted by relevance

/qemu/bsd-user/aarch64/
H A Dsignal.c62 uint64_t *gr = mcp->mc_gpregs.gp_x; in get_mcontext() local
105 const uint64_t *gr = mcp->mc_gpregs.gp_x; in set_mcontext() local
/qemu/bsd-user/arm/
H A Dsignal.c86 uint32_t *gr = mcp->__gregs; in get_mcontext() local
143 const uint32_t *gr = mcp->__gregs; in set_mcontext() local
/qemu/linux-user/hppa/
H A Dtarget_syscall.h5 target_ulong gr[32]; member
/qemu/hw/intc/
H A Dsh_intc.c295 struct intc_group *gr = &groups[i]; in sh_intc_register_source() local
333 struct intc_group *gr = &groups[i]; in sh_intc_register_sources() local
/qemu/hw/net/
H A Dnpcm_gmac.c658 uint8_t pa, gr; in npcm_gmac_mdio_access() local
/qemu/hw/display/
H A Dvga_int.h83 uint8_t gr[256]; member
/qemu/
H A Dblock.c6302 XDbgBlockGraphConstructor *gr = g_new(XDbgBlockGraphConstructor, 1); in xdbg_graph_new() local
6310 static XDbgBlockGraph *xdbg_graph_finalize(XDbgBlockGraphConstructor *gr) in xdbg_graph_finalize()
6320 static uintptr_t xdbg_graph_node_num(XDbgBlockGraphConstructor *gr, void *node) in xdbg_graph_node_num()
6338 static void xdbg_graph_add_node(XDbgBlockGraphConstructor *gr, void *node, in xdbg_graph_add_node()
6352 static void xdbg_graph_add_edge(XDbgBlockGraphConstructor *gr, void *parent, in xdbg_graph_add_edge()
6386 XDbgBlockGraphConstructor *gr = xdbg_graph_new(); in bdrv_get_xdbg_block_graph() local
/qemu/target/hppa/
H A Dcpu.h208 target_ulong gr[32]; member