Searched refs:vptr (Results 1 - 8 of 8) sorted by path

/u-boot/arch/arm/mach-imx/imx8ulp/upower/
H A Dupower_api.c36 static u32 upwr_ptr2offset(u64 ptr, enum upwr_sg sg, size_t siz, size_t offset, const void *vptr) argument
44 memcpy(offset + (char *)sh_buffer[sg], (void *)vptr, siz);
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-global-resources.c499 u64 *vptr; local
501 vptr = (u64 *)cvmx_bootmem_alloc_named_range_once(sizeof(cvmx_app_id),
506 cvmx_app_id = __atomic_add_fetch(vptr, 1, __ATOMIC_SEQ_CST);
H A Dcvmx-helper-util.c321 void *vptr; local
323 vptr = cvmx_phys_to_ptr(lptr.s.addr);
325 memcpy(&nptr, vptr - 8, 8);
341 memcpy(vptr - 8, &lptr, 8);
H A Dcvmx-pko3-compat.c100 cvmx_buf_ptr_t *vptr; local
105 vptr = cvmx_phys_to_ptr(phys_addr);
107 bytes += vptr[segs].s.size;
112 void *vptr; local
118 vptr = cvmx_phys_to_ptr(phys_addr);
119 memcpy(&ptr, vptr - sizeof(u64), sizeof(u64));
474 void *vptr; local
504 vptr = cvmx_phys_to_ptr(
506 memcpy(&blk, vptr - sizeof(blk), sizeof(blk));
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_bch.h56 u8 *vptr; member in struct:buf_ptr
/u-boot/include/u-boot/
H A Dcrc.h22 * @vptr: Buffer to checksum
26 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
/u-boot/lib/
H A Dcrc8.c26 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) argument
31 crc = _crc8((crc ^ vptr[i]) << 8);
H A Dnet_utils.c170 uint compute_ip_checksum(const void *vptr, uint nbytes) argument
173 const unsigned short *ptr = vptr;

Completed in 112 milliseconds