Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dxmalloc_tlsf.c566 #ifndef ZERO_BLOCK_PTR
568 #define ZERO_BLOCK_PTR ((void *)-1L) macro
579 return ZERO_BLOCK_PTR; in _xmalloc()
619 if ( p == NULL || p == ZERO_BLOCK_PTR ) in xfree()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dconfig.h85 #define ZERO_BLOCK_PTR ((void *)0xBAD0BAD0BAD0BAD0UL) macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomain.c354 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 10 milliseconds