Searched refs:th_args (Results 1 – 1 of 1) sorted by relevance
285 long th_args[5]; /* argument list passed to thread_fault() */ in map_and_thread() local354 th_args[1] = (long)map_addr; in map_and_thread()355 th_args[2] = pagesize; in map_and_thread()356 th_args[3] = fault_type; in map_and_thread()358 th_args[0] = thrd_ndx; in map_and_thread()359 th_args[4] = (long)0; in map_and_thread()372 (void *)&th_args)) { in map_and_thread()