Searched refs:mem2_boundary (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Dwii.c32 u32 mem2_boundary; member in struct:mipc_infohdr
75 static int mipc_get_mem2_boundary(u32 *mem2_boundary) argument
86 if (mipc_check_address(hdr->mem2_boundary)) {
87 printf("mini: invalid mem2_boundary %08X\n",
88 hdr->mem2_boundary);
92 *mem2_boundary = hdr->mem2_boundary;
103 u32 mem2_boundary; local
119 error = mipc_get_mem2_boundary(&mem2_boundary);
122 mem2_boundary
[all...]

Completed in 113 milliseconds