Home | History | Annotate | Download | only in ppc32

Lines Matching refs:p_func

4744    uint32_t* p_func = (uint32_t*)p_func_F;
4746 func_buf[0] = p_func[0];
4747 func_buf[1] = p_func[1];
4750 /* p_func points to a function descriptor, the first word of which
4753 uint64_t* descr = (uint64_t*)p_func;