Home
last modified time | relevance | path

Searched defs:PVOP_TEST_NULL (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dparavirt_types.h547 #define PVOP_TEST_NULL(op) BUG_ON(op == NULL) macro
549 #define PVOP_TEST_NULL(op) ((void)op) macro