Home | History | Annotate | Download | only in ppc32

Lines Matching refs:descr

4775    uint64_t* descr = (uint64_t*)p_func;
4776 uint32_t* entry = (uint32_t*)(descr[0]);
4779 descr[0] = (uint64_t)&func_buf[0];
4780 return (test_func_t)descr;