Searched refs:ZERO_BLOCK_PTR (Results 1 – 7 of 7) sorted by relevance
97 #ifndef ZERO_BLOCK_PTR99 #define ZERO_BLOCK_PTR ((void *)-1L) macro
600 return ZERO_BLOCK_PTR; in _xmalloc()641 return ZERO_BLOCK_PTR; in _xrealloc()644 if ( ptr == NULL || ptr == ZERO_BLOCK_PTR ) in _xrealloc()700 if ( p == NULL || p == ZERO_BLOCK_PTR ) in xfree()
230 static const struct microcode_patch *nmi_patch = ZERO_BLOCK_PTR;525 nmi_patch = ZERO_BLOCK_PTR; in control_thread_fn()
89 #define ZERO_BLOCK_PTR ((void *)0xBAD0BAD0BAD0BAD0UL) macro
408 v->arch.msrs = ZERO_BLOCK_PTR; /* Catch stray misuses */ in arch_vcpu_create()538 d->arch.cpuid = ZERO_BLOCK_PTR; /* Catch stray misuses. */ in arch_domain_create()539 d->arch.msr = ZERO_BLOCK_PTR; in arch_domain_create()958 : (unsigned long)ZERO_BLOCK_PTR; in arch_set_info_guest()
3734 : (unsigned long)ZERO_BLOCK_PTR; in do_mmuext_op()5185 #define L3T_INIT(page) (page) = ZERO_BLOCK_PTR5195 if ( locking && (page) != ZERO_BLOCK_PTR ) \5198 (page) = ZERO_BLOCK_PTR; \
112 return ZERO_BLOCK_PTR; in sched_idle_alloc_udata()
Completed in 25 milliseconds