Home
last modified time | relevance | path

Searched refs:nsp (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/misc/
H A Diotkit-secctl.c275 v = extract32(ppc->nsp, i, 1); in iotkit_secctl_update_ppc_ap()
302 ppc->nsp = value & MAKE_64BIT_MASK(0, ppc->numports); in iotkit_secctl_ppc_nsp_write()
474 r = s->ahbexp[offset_to_ppc_idx(offset)].nsp; in iotkit_secctl_ns_read()
478 r = s->apb[offset_to_ppc_idx(offset)].nsp; in iotkit_secctl_ns_read()
484 r = s->apbexp[offset_to_ppc_idx(offset)].nsp; in iotkit_secctl_ns_read()
615 ppc->nsp = 0; in iotkit_secctl_reset_ppc()
759 VMSTATE_UINT32(nsp, IoTKitSecCtlPPC),
/qemu/include/hw/misc/
H A Diotkit-secctl.h86 uint32_t nsp; member