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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dos-area.c36 OS_AREA_SEGMENT_SIZE = 0X200, enumerator in enum:__anon10072
598 BUILD_BUG_ON(sizeof(struct os_area_db) != 2 * OS_AREA_SEGMENT_SIZE);
622 const unsigned int buf_len = 8 * OS_AREA_SEGMENT_SIZE;
645 pos = header->db_area_offset * OS_AREA_SEGMENT_SIZE;
646 if (count < OS_AREA_SEGMENT_SIZE || verify_header(header) ||
754 + OS_AREA_SEGMENT_SIZE);
766 + header->db_area_offset * OS_AREA_SEGMENT_SIZE);

Completed in 66 milliseconds