Home | History | Annotate | Download | only in ppc32

Lines Matching full:descr

4757    uint64_t* descr = (uint64_t*)p_func;
4758 uint32_t* entry = (uint32_t*)(descr[0]);
4761 descr[0] = (uint64_t)&func_buf[0];
4762 return (test_func_t)descr;