Searched refs:SYSMEM_E (Results 1 – 1 of 1) sorted by relevance
23 #define SYSMEM_E(fmt, args...) printf("Sysmem Error: "fmt, ##args) macro257 SYSMEM_E("Found there is region overflow!\n"); in sysmem_overflow_check()276 SYSMEM_E("Failed to add sysmem at 0x%08lx for 0x%08lx size\n", in sysmem_add()340 SYSMEM_E("NULL name for alloc sysmem\n"); in sysmem_alloc_align_base()356 SYSMEM_E("No memory for \"%s\" alloc sysmem\n", name); in sysmem_alloc_align_base()407 SYSMEM_E("Failed to alloc invisible sub region 0x%08lx - 0x%08lx " in sysmem_alloc_align_base()415 SYSMEM_E("Unsupport memblk id %d for alloc sysmem\n", id); in sysmem_alloc_align_base()420 SYSMEM_E("\"%s\" size is 0 for alloc sysmem\n", name); in sysmem_alloc_align_base()438 SYSMEM_E("\"%s\" base=0x%08lx is not 4-byte aligned\n", in sysmem_alloc_align_base()460 SYSMEM_E("Failed to double alloc for existence \"%s\"\n", name); in sysmem_alloc_align_base()[all …]