Home
last modified time | relevance | path

Searched refs:PTR_INVALID (Results 1 – 2 of 2) sorted by relevance

/linux/lib/tests/
H A Dprintf_kunit.c301 #define PTR_INVALID ((void *)0x000000ab) macro
306 test_hashed(kunittest, "%p", PTR_INVALID); in invalid_pointer()
307 test(ZEROS "000000ab", "%px", PTR_INVALID); in invalid_pointer()
308 test("(efault)", "%pE", PTR_INVALID); in invalid_pointer()
474 test("(efault)", "%pd", PTR_INVALID); in dentry()
476 test("(efault)", "%pD", PTR_INVALID); in dentry()
/linux/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c384 #define PHY_TUNING_ENTRY_LAST { .region = PTR_INVALID }
387 for (; (tune)->region != PTR_INVALID; ++(tune))
394 #define PTR_INVALID 0 macro