Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c329 (!p_Bm->h_Session && p_Bm->p_BmRegs)) in BmGetCounter()
400 (!p_Bm->h_Session && p_Bm->p_BmRegs)) in BmGetRevision()
463 if (!p_Bm) in BM_Config()
498 if(Sprint (p_Bm->moduleName, "BM_0_%d",p_Bm->guestId) != (p_Bm->guestId<10 ? 6:7)) in BM_Config()
505 return p_Bm; in BM_Config()
558 WRITE_UINT32(p_Bm->p_BmRegs->err_isr, p_Bm->exceptions); in BM_Init()
563 XX_SetIntr(p_Bm->errIrq, BM_ErrorIsr, p_Bm); in BM_Init()
625 if (!p_Bm) in BM_Free()
700 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_FBPR_THRESHOLD); in BM_ErrorIsr()
702 p_Bm->f_Exception(p_Bm->h_App, e_BM_EX_MULTI_ECC); in BM_ErrorIsr()
[all …]
H A Dbm.h319 t_Bm *p_Bm = (t_Bm*)h_Bm; in BmGetPortalHandle() local
320 ASSERT_COND(p_Bm); in BmGetPortalHandle()
321 return p_Bm->h_Portals[CORE_GetId()]; in BmGetPortalHandle()
347 if (MM_InRange(p_Bm->h_BpidMm, (uint64_t)base)) in BmBpidGet()
349 ans = MM_GetForce(p_Bm->h_BpidMm, in BmBpidGet()
355 else if (p_Bm->h_Session) in BmBpidGet()
394 ans = MM_Get(p_Bm->h_BpidMm, in BmBpidGet()
404 if (MM_InRange(p_Bm->h_BpidMm, (uint64_t)base)) in BmBpidPut()
406 if (MM_Put(p_Bm->h_BpidMm, (uint64_t)base) != base) in BmBpidPut()
411 else if (p_Bm->h_Session) in BmBpidPut()
[all …]