Home
last modified time | relevance | path

Searched refs:IsValidAddress (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceMd5.cpp33 if (!Memory::IsValidAddress(ctx)) in sceKernelUtilsMt19937Init()
44 if (!Memory::IsValidAddress(ctx)) in sceKernelUtilsMt19937UInt()
57 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceMd5Digest()
78 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataPtr)) in sceMd5BlockUpdate()
87 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(digestAddr)) in sceMd5BlockResult()
97 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsMd5Digest()
118 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataPtr)) in sceKernelUtilsMd5BlockUpdate()
127 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsMd5BlockResult()
140 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsSha1Digest()
162 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataAddr)) in sceKernelUtilsSha1BlockUpdate()
[all …]
H A DsceSfmt19937.cpp30 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937InitGenRand()
43 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(seeds) || !Memory::IsValidAddress(see… in sceSfmt19937InitByArray()
57 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937GenRand32()
70 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937GenRand64()
83 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(array) || !Memory::IsValidAddress(arr… in sceSfmt19937FillArray32()
97 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(array) || !Memory::IsValidAddress(arr… in sceSfmt19937FillArray64()
H A DsceRtc.cpp479 if (Memory::IsValidAddress(tickLocalPtr) && Memory::IsValidAddress(tickUTCPtr)) in sceRtcConvertLocalTimeToUTC()
504 if (Memory::IsValidAddress(tickLocalPtr) && Memory::IsValidAddress(tickUTCPtr)) in sceRtcConvertUtcToLocalTime()
680 if (Memory::IsValidAddress(tick1Ptr) && Memory::IsValidAddress(tick2Ptr)) in sceRtcCompareTick()
694 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddTicks()
708 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddMicroseconds()
722 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddSeconds()
735 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddMinutes()
946 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC2822()
959 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC2822LocalTime()
983 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC3339()
[all …]
H A DsceKernelTime.cpp72 if (Memory::IsValidAddress(sysclockPtr)) in sceKernelGetSystemTime()
102 if (Memory::IsValidAddress(clockPtr)) in sceKernelUSec2SysClock()
121 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USec()
123 if (Memory::IsValidAddress(lowPtr)) in sceKernelSysClock2USec()
133 if (Memory::IsValidAddress(lowPtr)) { in sceKernelSysClock2USecWide()
135 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USecWide()
138 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USecWide()
161 if (Memory::IsValidAddress(outPtr)) in sceKernelLibcTime()
173 if (Memory::IsValidAddress(timeAddr)) in sceKernelLibcGettimeofday()
H A DsceKernelInterrupt.cpp635 …!skip && Memory::IsValidAddress(dst) && Memory::IsValidAddress(src) && Memory::IsValidAddress(dst … in sceKernelMemcpy()
699 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcat()
707 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcmp()
717 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcpy()
725 if (Memory::IsValidAddress(src)) { in sysclib_strlen()
745 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(fmt)) { in sysclib_sprintf()
765 if (Memory::IsValidAddress(s1) && Memory::IsValidAddress(s2)) { in sysclib_strstr()
779 if (Memory::IsValidAddress(s1) && Memory::IsValidAddress(s2)) { in sysclib_strncmp()
799 if (!Memory::IsValidAddress(dest) || Memory::IsValidAddress(src)) { in sysclib_strncpy()
H A DsceSha256.cpp25 …if (!Memory::IsValidAddress(data) || !Memory::IsValidAddress(digestPtr) || !Memory::IsValidAddress in sceSha256Digest()
H A DsceImpose.cpp63 if (Memory::IsValidAddress(chargingPtr)) in sceImposeGetBatteryIconStatus()
65 if (Memory::IsValidAddress(iconStatusPtr)) in sceImposeGetBatteryIconStatus()
81 if (Memory::IsValidAddress(languagePtr)) in sceImposeGetLanguageMode()
83 if (Memory::IsValidAddress(btnPtr)) in sceImposeGetLanguageMode()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceMd5.cpp33 if (!Memory::IsValidAddress(ctx)) in sceKernelUtilsMt19937Init()
44 if (!Memory::IsValidAddress(ctx)) in sceKernelUtilsMt19937UInt()
57 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceMd5Digest()
78 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataPtr)) in sceMd5BlockUpdate()
87 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(digestAddr)) in sceMd5BlockResult()
97 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsMd5Digest()
118 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataPtr)) in sceKernelUtilsMd5BlockUpdate()
127 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsMd5BlockResult()
140 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsSha1Digest()
162 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataAddr)) in sceKernelUtilsSha1BlockUpdate()
[all …]
H A DsceSfmt19937.cpp30 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937InitGenRand()
43 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(seeds) || !Memory::IsValidAddress(see… in sceSfmt19937InitByArray()
57 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937GenRand32()
70 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937GenRand64()
83 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(array) || !Memory::IsValidAddress(arr… in sceSfmt19937FillArray32()
97 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(array) || !Memory::IsValidAddress(arr… in sceSfmt19937FillArray64()
H A DsceRtc.cpp479 if (Memory::IsValidAddress(tickLocalPtr) && Memory::IsValidAddress(tickUTCPtr)) in sceRtcConvertLocalTimeToUTC()
504 if (Memory::IsValidAddress(tickLocalPtr) && Memory::IsValidAddress(tickUTCPtr)) in sceRtcConvertUtcToLocalTime()
680 if (Memory::IsValidAddress(tick1Ptr) && Memory::IsValidAddress(tick2Ptr)) in sceRtcCompareTick()
694 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddTicks()
708 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddMicroseconds()
722 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddSeconds()
735 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddMinutes()
946 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC2822()
959 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC2822LocalTime()
983 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC3339()
[all …]
H A DsceKernelTime.cpp72 if (Memory::IsValidAddress(sysclockPtr)) in sceKernelGetSystemTime()
102 if (Memory::IsValidAddress(clockPtr)) in sceKernelUSec2SysClock()
121 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USec()
123 if (Memory::IsValidAddress(lowPtr)) in sceKernelSysClock2USec()
133 if (Memory::IsValidAddress(lowPtr)) { in sceKernelSysClock2USecWide()
135 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USecWide()
138 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USecWide()
161 if (Memory::IsValidAddress(outPtr)) in sceKernelLibcTime()
173 if (Memory::IsValidAddress(timeAddr)) in sceKernelLibcGettimeofday()
H A DsceKernelInterrupt.cpp635 …!skip && Memory::IsValidAddress(dst) && Memory::IsValidAddress(src) && Memory::IsValidAddress(dst … in sceKernelMemcpy()
699 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcat()
707 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcmp()
717 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcpy()
725 if (Memory::IsValidAddress(src)) { in sysclib_strlen()
745 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(fmt)) { in sysclib_sprintf()
765 if (Memory::IsValidAddress(s1) && Memory::IsValidAddress(s2)) { in sysclib_strstr()
779 if (Memory::IsValidAddress(s1) && Memory::IsValidAddress(s2)) { in sysclib_strncmp()
799 if (!Memory::IsValidAddress(dest) || Memory::IsValidAddress(src)) { in sysclib_strncpy()
H A DsceSha256.cpp25 …if (!Memory::IsValidAddress(data) || !Memory::IsValidAddress(digestPtr) || !Memory::IsValidAddress in sceSha256Digest()
H A DsceImpose.cpp63 if (Memory::IsValidAddress(chargingPtr)) in sceImposeGetBatteryIconStatus()
65 if (Memory::IsValidAddress(iconStatusPtr)) in sceImposeGetBatteryIconStatus()
81 if (Memory::IsValidAddress(languagePtr)) in sceImposeGetLanguageMode()
83 if (Memory::IsValidAddress(btnPtr)) in sceImposeGetLanguageMode()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceMd5.cpp33 if (!Memory::IsValidAddress(ctx)) in sceKernelUtilsMt19937Init()
44 if (!Memory::IsValidAddress(ctx)) in sceKernelUtilsMt19937UInt()
57 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceMd5Digest()
78 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataPtr)) in sceMd5BlockUpdate()
87 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(digestAddr)) in sceMd5BlockResult()
97 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsMd5Digest()
118 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataPtr)) in sceKernelUtilsMd5BlockUpdate()
127 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsMd5BlockResult()
140 if (!Memory::IsValidAddress(dataAddr) || !Memory::IsValidAddress(digestAddr)) in sceKernelUtilsSha1Digest()
162 if (!Memory::IsValidAddress(ctxAddr) || !Memory::IsValidAddress(dataAddr)) in sceKernelUtilsSha1BlockUpdate()
[all …]
H A DsceSfmt19937.cpp30 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937InitGenRand()
43 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(seeds) || !Memory::IsValidAddress(see… in sceSfmt19937InitByArray()
57 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937GenRand32()
70 if (!Memory::IsValidAddress(sfmt)) { in sceSfmt19937GenRand64()
83 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(array) || !Memory::IsValidAddress(arr… in sceSfmt19937FillArray32()
97 …if (!Memory::IsValidAddress(sfmt) || !Memory::IsValidAddress(array) || !Memory::IsValidAddress(arr… in sceSfmt19937FillArray64()
H A DsceRtc.cpp479 if (Memory::IsValidAddress(tickLocalPtr) && Memory::IsValidAddress(tickUTCPtr)) in sceRtcConvertLocalTimeToUTC()
504 if (Memory::IsValidAddress(tickLocalPtr) && Memory::IsValidAddress(tickUTCPtr)) in sceRtcConvertUtcToLocalTime()
680 if (Memory::IsValidAddress(tick1Ptr) && Memory::IsValidAddress(tick2Ptr)) in sceRtcCompareTick()
694 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddTicks()
708 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddMicroseconds()
722 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddSeconds()
735 if (Memory::IsValidAddress(destTickPtr) && Memory::IsValidAddress(srcTickPtr)) in sceRtcTickAddMinutes()
946 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC2822()
959 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC2822LocalTime()
983 if (!Memory::IsValidAddress(outPtr) || !Memory::IsValidAddress(srcTickPtr)) in sceRtcFormatRFC3339()
[all …]
H A DsceKernelTime.cpp72 if (Memory::IsValidAddress(sysclockPtr)) in sceKernelGetSystemTime()
102 if (Memory::IsValidAddress(clockPtr)) in sceKernelUSec2SysClock()
121 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USec()
123 if (Memory::IsValidAddress(lowPtr)) in sceKernelSysClock2USec()
133 if (Memory::IsValidAddress(lowPtr)) { in sceKernelSysClock2USecWide()
135 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USecWide()
138 if (Memory::IsValidAddress(highPtr)) in sceKernelSysClock2USecWide()
161 if (Memory::IsValidAddress(outPtr)) in sceKernelLibcTime()
173 if (Memory::IsValidAddress(timeAddr)) in sceKernelLibcGettimeofday()
H A DsceKernelInterrupt.cpp635 …!skip && Memory::IsValidAddress(dst) && Memory::IsValidAddress(src) && Memory::IsValidAddress(dst … in sceKernelMemcpy()
699 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcat()
707 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcmp()
717 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(src)) { in sysclib_strcpy()
725 if (Memory::IsValidAddress(src)) { in sysclib_strlen()
745 if (Memory::IsValidAddress(dst) && Memory::IsValidAddress(fmt)) { in sysclib_sprintf()
765 if (Memory::IsValidAddress(s1) && Memory::IsValidAddress(s2)) { in sysclib_strstr()
779 if (Memory::IsValidAddress(s1) && Memory::IsValidAddress(s2)) { in sysclib_strncmp()
799 if (!Memory::IsValidAddress(dest) || Memory::IsValidAddress(src)) { in sysclib_strncpy()
H A DsceSha256.cpp25 …if (!Memory::IsValidAddress(data) || !Memory::IsValidAddress(digestPtr) || !Memory::IsValidAddress in sceSha256Digest()
H A DsceImpose.cpp63 if (Memory::IsValidAddress(chargingPtr)) in sceImposeGetBatteryIconStatus()
65 if (Memory::IsValidAddress(iconStatusPtr)) in sceImposeGetBatteryIconStatus()
81 if (Memory::IsValidAddress(languagePtr)) in sceImposeGetLanguageMode()
83 if (Memory::IsValidAddress(btnPtr)) in sceImposeGetLanguageMode()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DMemorySubscriber.cpp104 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryReadU8()
130 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryReadU16()
156 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryReadU32()
189 if (!Memory::IsValidAddress(addr)) in WebSocketMemoryRead()
235 if (!Memory::IsValidAddress(addr)) in WebSocketMemoryReadString()
272 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryWriteU8()
304 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryWriteU16()
336 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryWriteU32()
369 if (!Memory::IsValidAddress(addr)) in WebSocketMemoryWrite()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DMemorySubscriber.cpp104 if (!Memory::IsValidAddress(addr)) {
130 if (!Memory::IsValidAddress(addr)) {
156 if (!Memory::IsValidAddress(addr)) {
189 if (!Memory::IsValidAddress(addr))
235 if (!Memory::IsValidAddress(addr))
272 if (!Memory::IsValidAddress(addr)) {
304 if (!Memory::IsValidAddress(addr)) {
336 if (!Memory::IsValidAddress(addr)) {
369 if (!Memory::IsValidAddress(addr))
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DMemorySubscriber.cpp104 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryReadU8()
130 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryReadU16()
156 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryReadU32()
189 if (!Memory::IsValidAddress(addr)) in WebSocketMemoryRead()
235 if (!Memory::IsValidAddress(addr)) in WebSocketMemoryReadString()
272 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryWriteU8()
304 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryWriteU16()
336 if (!Memory::IsValidAddress(addr)) { in WebSocketMemoryWriteU32()
369 if (!Memory::IsValidAddress(addr)) in WebSocketMemoryWrite()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/
H A DAddressSpace.cpp83 bool IsValidAddress(u32 address) const override { return PowerPC::HostIsRAMAddress(address); } in IsValidAddress() function
173 bool IsValidAddress(u32 address) const override in IsValidAddress() function
196 if (!IsValidAddress(haystack_offset)) in Search()
243 bool IsValidAddress(u32 address) const override in IsValidAddress() function
274 if (!mapping.accessors->IsValidAddress(mapping_offset)) in Search()
293 return a.accessors->IsValidAddress(address - a.base); in FindAppropriateAccessor()
300 return a.accessors->IsValidAddress(address - a.base); in FindAppropriateAccessor()
310 bool IsValidAddress(u32 address) const override in IsValidAddress() function
328 if (!IsValidAddress(haystack_offset) || in Search()
329 !IsValidAddress(haystack_offset + static_cast<u32>(needle_size) - 1)) in Search()
[all …]

12345678910>>...14