Home
last modified time | relevance | path

Searched refs:usp (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dcxl_upstream.c35 CXLComponentState *cxl_usp_to_cstate(CXLUpstreamPort *usp) in cxl_usp_to_cstate() argument
37 return &usp->cxl_cstate; in cxl_usp_to_cstate()
43 CXLUpstreamPort *usp = CXL_USP(dev); in cxl_usp_dvsec_write_config() local
45 if (range_contains(&usp->cxl_cstate.dvsecs[EXTENSIONS_PORT_DVSEC], addr)) { in cxl_usp_dvsec_write_config()
47 addr -= usp->cxl_cstate.dvsecs[EXTENSIONS_PORT_DVSEC].lob; in cxl_usp_dvsec_write_config()
65 CXLUpstreamPort *usp = CXL_USP(d); in cxl_usp_write_config() local
67 pcie_doe_write_config(&usp->doe_cdat, address, val, len); in cxl_usp_write_config()
77 CXLUpstreamPort *usp = CXL_USP(d); in cxl_usp_read_config() local
80 if (pcie_doe_read_config(&usp->doe_cdat, address, len, &val)) { in cxl_usp_read_config()
87 static void latch_registers(CXLUpstreamPort *usp) in latch_registers() argument
[all …]
/openbmc/qemu/target/rx/
H A Dgdbstub.c30 return gdb_get_regl(mem_buf, (env->psw_u) ? env->regs[0] : env->usp); in rx_cpu_gdb_read_register()
62 env->usp = env->regs[0]; in rx_cpu_gdb_write_register()
69 env->usp = ldl_p(mem_buf); in rx_cpu_gdb_write_register()
H A Dcpu.h89 uint32_t usp; /* vector base register */ member
H A Dop_helper.c40 env->regs[0] = env->usp; in _set_psw()
42 env->usp = env->regs[0]; in _set_psw()
/openbmc/qemu/hw/cxl/
H A Dswitch-mailbox-cci.c34 CXLUpstreamPort *usp; in cswbcci_realize() local
40 usp = CXL_USP(cswmb->target); in cswbcci_realize()
45 cswmb->cci = &usp->swcci; in cswbcci_realize()
/openbmc/qemu/include/hw/cxl/
H A Dcxl.h67 CXLComponentState *cxl_usp_to_cstate(CXLUpstreamPort *usp);
/openbmc/qemu/util/
H A Dcoroutine-ucontext.c242 void *usp = co->unsafe_stack + co->unsafe_stack_size; in qemu_coroutine_new() local
243 __safestack_unsafe_stack_ptr = usp; in qemu_coroutine_new()
/openbmc/qemu/target/alpha/
H A Dcpu.h239 uint64_t usp; member