Lines Matching refs:AssertReturn

1095     AssertReturn(!(paPhysPage[0] & 0xfff), VERR_INVALID_PARAMETER);
1104 AssertReturn(paPhysPageCopy, VERR_NO_MEMORY);
1560 AssertReturn(pszDescChunk, VERR_NO_MEMORY);
1567 AssertReturn(paChunkPages, VERR_NO_TMP_MEMORY);
1646 AssertReturn(RT_ALIGN_T(GCPhys, PAGE_SIZE, RTGCPHYS) == GCPhys, VERR_INVALID_PARAMETER);
1647 AssertReturn(RT_ALIGN_T(cb, PAGE_SIZE, RTGCPHYS) == cb, VERR_INVALID_PARAMETER);
1648 AssertReturn(cb > 0, VERR_INVALID_PARAMETER);
2192 AssertReturn(!(cb & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
2193 AssertReturn(!(GCPhys & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
2195 AssertReturn(*pszDesc, VERR_INVALID_PARAMETER);
2511 AssertReturn(iRegion <= UINT8_MAX, VERR_INVALID_PARAMETER);
2514 AssertReturn(*pszDesc, VERR_INVALID_PARAMETER);
2515 AssertReturn(pgmR3PhysMMIO2Find(pVM, pDevIns, iRegion) == NULL, VERR_ALREADY_EXISTS);
2516 AssertReturn(!(cb & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
2517 AssertReturn(cb, VERR_INVALID_PARAMETER);
2518 AssertReturn(!fFlags, VERR_INVALID_PARAMETER);
2652 AssertReturn(iRegion <= UINT8_MAX || iRegion == UINT32_MAX, VERR_INVALID_PARAMETER);
2763 AssertReturn(iRegion <= UINT8_MAX, VERR_INVALID_PARAMETER);
2764 AssertReturn(GCPhys != NIL_RTGCPHYS, VERR_INVALID_PARAMETER);
2765 AssertReturn(GCPhys != 0, VERR_INVALID_PARAMETER);
2766 AssertReturn(!(GCPhys & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
2769 AssertReturn(pCur, VERR_NOT_FOUND);
2770 AssertReturn(!pCur->fMapped, VERR_WRONG_ORDER);
2775 AssertReturn(GCPhysLast > GCPhys, VERR_INVALID_PARAMETER);
2924 AssertReturn(iRegion <= UINT8_MAX, VERR_INVALID_PARAMETER);
2925 AssertReturn(GCPhys != NIL_RTGCPHYS, VERR_INVALID_PARAMETER);
2926 AssertReturn(GCPhys != 0, VERR_INVALID_PARAMETER);
2927 AssertReturn(!(GCPhys & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
2930 AssertReturn(pCur, VERR_NOT_FOUND);
2931 AssertReturn(pCur->fMapped, VERR_WRONG_ORDER);
2932 AssertReturn(pCur->RamRange.GCPhys == GCPhys, VERR_INVALID_PARAMETER);
3023 AssertReturn(GCPhys != NIL_RTGCPHYS, false);
3024 AssertReturn(GCPhys != 0, false);
3025 AssertReturn(!(GCPhys & PAGE_OFFSET_MASK), false);
3063 AssertReturn(iRegion <= UINT8_MAX, VERR_INVALID_PARAMETER);
3067 AssertReturn(pCur, VERR_NOT_FOUND);
3068 AssertReturn(off < pCur->RamRange.cb, VERR_INVALID_PARAMETER);
3101 AssertReturn(iRegion <= UINT8_MAX, VERR_INVALID_PARAMETER);
3104 AssertReturn(pCur, VERR_NOT_FOUND);
3105 AssertReturn(off < pCur->RamRange.cb, VERR_INVALID_PARAMETER);
3106 AssertReturn(cb <= pCur->RamRange.cb, VERR_INVALID_PARAMETER);
3107 AssertReturn(off + cb <= pCur->RamRange.cb, VERR_INVALID_PARAMETER);
3147 AssertReturn(RT_ALIGN_T(GCPhys, PAGE_SIZE, RTGCPHYS) == GCPhys, VERR_INVALID_PARAMETER);
3148 AssertReturn(RT_ALIGN_T(cb, PAGE_SIZE, RTGCPHYS) == cb, VERR_INVALID_PARAMETER);
3150 AssertReturn(GCPhysLast > GCPhys, VERR_INVALID_PARAMETER);
3153 AssertReturn(!(fFlags & ~(PGMPHYS_ROM_FLAGS_SHADOWED | PGMPHYS_ROM_FLAGS_PERMANENT_BINARY)), VERR_INVALID_PARAMETER);
3772 AssertReturn(!(GCPhys & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
3773 AssertReturn(!(cb & PAGE_OFFSET_MASK), VERR_INVALID_PARAMETER);
3775 AssertReturn(GCPhysLast > GCPhys, VERR_INVALID_PARAMETER);
3776 AssertReturn(enmProt >= PGMROMPROT_INVALID && enmProt <= PGMROMPROT_END, VERR_INVALID_PARAMETER);
4138 AssertReturn(pChunk, VERR_NO_MEMORY);