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.c303 #define PTR_INVALID ((void *)0x000000ab) macro
308 test_hashed(kunittest, "%p", PTR_INVALID); in invalid_pointer()
309 test(ZEROS "000000ab", "%px", PTR_INVALID); in invalid_pointer()
310 test("(efault)", "%pE", PTR_INVALID); in invalid_pointer()
476 test("(efault)", "%pd", PTR_INVALID); in dentry()
478 test("(efault)", "%pD", PTR_INVALID); in dentry()
/linux/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c437 #define PHY_TUNING_ENTRY_LAST { .region = PTR_INVALID }
440 for (; (tune)->region != PTR_INVALID; ++(tune))
447 #define PTR_INVALID 0 macro