Searched refs:pPtr (Results 1 – 1 of 1) sorted by relevance
44 void test4(MyStruct __attribute__((address_space(2))) *pPtr) { in test4() argument45 MyStruct s = pPtr[0]; in test4()46 pPtr[0] = s; in test4()