Searched refs:ZERO_BLOCK_PTR (Results 1 – 3 of 3) sorted by relevance
566 #ifndef ZERO_BLOCK_PTR568 #define ZERO_BLOCK_PTR ((void *)-1L) macro579 return ZERO_BLOCK_PTR; in _xmalloc()619 if ( p == NULL || p == ZERO_BLOCK_PTR ) in xfree()
85 #define ZERO_BLOCK_PTR ((void *)0xBAD0BAD0BAD0BAD0UL) macro
354 v->arch.msr = ZERO_BLOCK_PTR; /* Catch stray misuses */ in vcpu_initialise()451 d->arch.cpuid = ZERO_BLOCK_PTR; /* Catch stray misuses. */ in arch_domain_create()452 d->arch.msr = ZERO_BLOCK_PTR; in arch_domain_create()
Completed in 7 milliseconds