OS_AREA_SEGMENT_SIZE  582 arch/powerpc/platforms/ps3/os-area.c 	BUILD_BUG_ON(sizeof(struct os_area_db) != 2 * OS_AREA_SEGMENT_SIZE);
OS_AREA_SEGMENT_SIZE  606 arch/powerpc/platforms/ps3/os-area.c 	const unsigned int buf_len = 8 * OS_AREA_SEGMENT_SIZE;
OS_AREA_SEGMENT_SIZE  629 arch/powerpc/platforms/ps3/os-area.c 	pos = header->db_area_offset * OS_AREA_SEGMENT_SIZE;
OS_AREA_SEGMENT_SIZE  630 arch/powerpc/platforms/ps3/os-area.c 	if (count < OS_AREA_SEGMENT_SIZE || verify_header(header) ||
OS_AREA_SEGMENT_SIZE  738 arch/powerpc/platforms/ps3/os-area.c 		+ OS_AREA_SEGMENT_SIZE);
OS_AREA_SEGMENT_SIZE  750 arch/powerpc/platforms/ps3/os-area.c 		+ header->db_area_offset * OS_AREA_SEGMENT_SIZE);