Searched refs:MAGIC (Results 1 – 9 of 9) sorted by relevance
16 #define MAGIC 0xf00ff00f macro50 in0[i]->magic = MAGIC; in test_memcat_p_init()51 in1[i]->magic = MAGIC; in test_memcat_p_init()64 if ((*p)->magic != MAGIC) { in test_memcat_p_init()
8 #define MAGIC 42 macro27 mov x1, #MAGIC51 cmp x1, #MAGIC
293 put_op.value = MAGIC; in TEST_F()366 put_op.value = MAGIC; in TEST_F()434 put_op.value = MAGIC;515 put_op.value = MAGIC; in TEST_F()554 put_op.value = MAGIC; in TEST_F()638 put_addr_op.value = MAGIC; in TEST_F()834 put_addr_op.value = MAGIC; in TEST_F()1034 put_addr_op.value = MAGIC; in TEST_F()1183 put_addr_op.value = MAGIC; in TEST_F()1410 put_buf_op.value = MAGIC; in TEST_F()[all …]
103 #define MAGIC 0x1234567887654321UL macro959 word0 = MAGIC; in quicktest0()968 if (*p != MAGIC) { in quicktest0()978 if (word0 != word1 || word1 != MAGIC) { in quicktest0()981 smp_processor_id(), word1, MAGIC); in quicktest0()
18 #define MAGIC 0x4c617273 /* 'Lars' */ macro190 lis r6,MAGIC@ha191 addi r6,r6,MAGIC@l
206 #define MAGIC 0x441296bdUL macro
232 if (info->magic_start != MAGIC) { in __fas216_checkmagic()236 if (info->magic_end != MAGIC) { in __fas216_checkmagic()2847 info->magic_start = MAGIC; in fas216_init()2848 info->magic_end = MAGIC; in fas216_init()
34 and read back from MAGIC register to verify BAR0.
132 (HFI1_MMAP_TOKEN_SET(MAGIC, HFI1_MMAP_MAGIC) | \143 return (HFI1_MMAP_TOKEN_GET(MAGIC, token) == HFI1_MMAP_MAGIC); in is_valid_mmap()
Completed in 23 milliseconds