memptr
posix_memalign(void **memptr, size_t alignment, size_t size)
*memptr = p;
void *memptr;
err = posix_memalign(&memptr, alignment, size);
return memptr;
posix_memalign(void **memptr, size_t alignment, size_t size)
*memptr = result;
posix_memalign(void **memptr, size_t alignment, size_t size)
*memptr = result;
uint32_t *memptr;
memptr = (void *)MIPS_PHYS_TO_KSEG1(addr - sizeof(*memptr));
if (badaddr(memptr, sizeof(uint32_t)) < 0)
memptr = (void *)MIPS_PHYS_TO_XKPHYS(CCA_CACHEABLE,
addr - sizeof(*memptr));
if (badaddr(memptr, sizeof(uint32_t)) < 0)
/*u_short **/ union memptr w;
static inline uint32_t fastsum(union memptr, int, unsigned int, int);
fastsum(union memptr buf, int n, unsigned int oldsum, int odd_aligned)