Home
last modified time | relevance | path

Searched refs:MAGIC_VAL (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_noinline.c26 } real_def = {.dst = MAGIC_VAL}; in test_xdp_noinline()
52 ASSERT_EQ(*magic, MAGIC_VAL, "ipv4 test_run magic"); in test_xdp_noinline()
63 ASSERT_EQ(*magic, MAGIC_VAL, "ipv6 test_run magic"); in test_xdp_noinline()
H A Dl4lb_all.c24 } real_def = {.dst = MAGIC_VAL}; in test_l4lb()
63 ASSERT_EQ(*magic, MAGIC_VAL, "ipv4 magic"); in test_l4lb()
73 ASSERT_EQ(*magic, MAGIC_VAL, "ipv6 magic"); in test_l4lb()
/linux-6.15/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c244 #define MAGIC_VAL 0x12345678 macro
276 write_shstk(ptr, MAGIC_VAL); in test_shstk_access()
287 *(unsigned long *)ptr = MAGIC_VAL; in test_write_access()
383 if (*(unsigned long *)shstk_ptr == MAGIC_VAL) { in test_gup()
/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_mailbox.c38 #define MAGIC_VAL 0x1D000000U macro
165 return (msg_id & MAGIC_VAL_MASK) == MAGIC_VAL; in mailbox_validate_msgid()
182 msg_id |= MAGIC_VAL; in mailbox_acquire_msgid()
/linux-6.15/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h23 #define MAGIC_VAL 0x1234 macro