Home
last modified time | relevance | path

Searched refs:ZERO_BLOCK_PTR (Results 1 – 7 of 7) sorted by relevance

/xen/xen/include/xen/
A Dconfig.h97 #ifndef ZERO_BLOCK_PTR
99 #define ZERO_BLOCK_PTR ((void *)-1L) macro
/xen/xen/common/
A Dxmalloc_tlsf.c600 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()
/xen/xen/arch/x86/cpu/microcode/
A Dcore.c230 static const struct microcode_patch *nmi_patch = ZERO_BLOCK_PTR;
525 nmi_patch = ZERO_BLOCK_PTR; in control_thread_fn()
/xen/xen/include/asm-x86/
A Dconfig.h89 #define ZERO_BLOCK_PTR ((void *)0xBAD0BAD0BAD0BAD0UL) macro
/xen/xen/arch/x86/
A Ddomain.c408 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()
A Dmm.c3734 : (unsigned long)ZERO_BLOCK_PTR; in do_mmuext_op()
5185 #define L3T_INIT(page) (page) = ZERO_BLOCK_PTR
5195 if ( locking && (page) != ZERO_BLOCK_PTR ) \
5198 (page) = ZERO_BLOCK_PTR; \
/xen/xen/common/sched/
A Dcore.c112 return ZERO_BLOCK_PTR; in sched_idle_alloc_udata()

Completed in 25 milliseconds