Home
last modified time | relevance | path

Searched refs:MALLOC_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/
A Dl3_bank_test.c12 #define MALLOC_SIZE (0x10000 * 10) /* Ought to be enough .. */ macro
26 p = malloc(MALLOC_SIZE); in l3_bank_test()
33 for (i = 0; i < MALLOC_SIZE; i += 0x10000) in l3_bank_test()
/linux-6.3-rc2/tools/testing/selftests/powerpc/pmu/sampling_tests/
A Dmmcr2_l2l3_test.c16 #define MALLOC_SIZE (0x10000 * 10) /* Ought to be enough .. */ macro
42 p = malloc(MALLOC_SIZE); in mmcr2_l2l3()
45 for (i = 0; i < MALLOC_SIZE; i += 0x10000) in mmcr2_l2l3()
A Dmmcr1_sel_unit_cache_test.c13 #define MALLOC_SIZE (0x10000 * 10) /* Ought to be enough .. */ macro
32 p = malloc(MALLOC_SIZE); in mmcr1_sel_unit_cache()
45 for (i = 0; i < MALLOC_SIZE; i += 0x10000) in mmcr1_sel_unit_cache()
/linux-6.3-rc2/arch/arm/boot/compressed/
A DMakefile72 MALLOC_SIZE := 65536 macro
74 AFLAGS_head.o += -DTEXT_OFFSET=$(TEXT_OFFSET) -DMALLOC_SIZE=$(MALLOC_SIZE)
A Dvmlinux.lds.S53 LONG(ZIMAGE_MAGIC(MALLOC_SIZE))
A Dhead.S341 add r10, sp, #MALLOC_SIZE
632 add r2, sp, #MALLOC_SIZE @ 64k max

Completed in 12 milliseconds