Home
last modified time | relevance | path

Searched defs:res_ptr (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/lib/crypto/mpi/
H A Dmpi-inline.h24 mpihelp_add_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_add_1()
52 mpihelp_add(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, in mpihelp_add()
67 mpihelp_sub_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_sub_1()
95 mpihelp_sub(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, in mpihelp_sub()
H A Dgeneric_mpih-sub1.c20 mpihelp_sub_n(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_sub_n()
H A Dgeneric_mpih-mul1.c20 mpihelp_mul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, in mpihelp_mul_1()
H A Dgeneric_mpih-add1.c21 mpihelp_add_n(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_add_n()
H A Dgeneric_mpih-mul2.c20 mpihelp_addmul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_addmul_1()
H A Dgeneric_mpih-mul3.c20 mpihelp_submul_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, in mpihelp_submul_1()
/openbmc/linux/drivers/nubus/
H A Dproc.c90 unsigned char *res_ptr; member
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c457 static unsigned long ptr_to_pide(struct ioc *ioc, unsigned long *res_ptr, in ptr_to_pide()
478 unsigned long *res_ptr; in sba_search_bitmap() local
725 unsigned long *res_ptr = (unsigned long *) &((ioc)->res_map[ridx & ~RESMAP_IDX_MASK]); in sba_free_range() local
1879 unsigned long *res_ptr = (unsigned long *)ioc->res_map; in ioc_show() local
/openbmc/linux/drivers/parisc/
H A Dsba_iommu.c323 static unsigned long ptr_to_pide(struct ioc *ioc, unsigned long *res_ptr, in ptr_to_pide()
344 unsigned long *res_ptr = ioc->res_hint; in sba_search_bitmap() local
499 unsigned long *res_ptr = (unsigned long *) &((ioc)->res_map[ridx & ~RESMAP_IDX_MASK]); in sba_free_range() local
H A Dccio-dma.c1162 u8 *res_ptr; in ccio_cujo20_fixup() local
/openbmc/linux/arch/parisc/kernel/
H A Dpci-dma.c63 u_long *res_ptr = (unsigned long *)pcxl_res_map; in dump_resmap() local
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c228 struct ttm_resource **res_ptr) in ttm_resource_alloc()