Home | History | Annotate | Download | only in ppc32

Lines Matching full:p_func

4766    uint32_t* p_func = (uint32_t*)p_func_F;
4768 func_buf[0] = p_func[0];
4769 func_buf[1] = p_func[1];
4772 /* p_func points to a function descriptor, the first word of which
4775 uint64_t* descr = (uint64_t*)p_func;