Searched refs:Segment (Results 1 – 1 of 1) sorted by relevance
361 struct Segment { u8 *address; u32 size; } *(table[SEGMENT_TOTAL]); in OSi_VerifyStaticSegments() struct363 table[0] = (struct Segment *)&header->ntr.main_ram_address; in OSi_VerifyStaticSegments()364 table[1] = (struct Segment *)&header->ntr.sub_ram_address; in OSi_VerifyStaticSegments()365 table[2] = (struct Segment *)&header->main_ltd_ram_address; in OSi_VerifyStaticSegments()366 table[3] = (struct Segment *)&header->sub_ltd_ram_address; in OSi_VerifyStaticSegments()