Home
last modified time | relevance | path

Searched refs:desc_end (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.c30 const uint8_t* desc_end; in avb_descriptor_foreach() local
63 desc_end = desc_start + avb_be64toh(header->descriptors_size); in avb_descriptor_foreach()
66 desc_end < image_data || desc_end > image_end || desc_end < desc_start) { in avb_descriptor_foreach()
71 for (p = desc_start; p < desc_end;) { in avb_descriptor_foreach()
82 if (nb_total + p < desc_start || nb_total + p > desc_end) { in avb_descriptor_foreach()
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h78 static inline u32 *desc_end(u32 *desc) in desc_end() function
109 dma_addr_t *offset = (dma_addr_t *)desc_end(desc); in append_ptr()
126 u32 *offset = desc_end(desc); in append_data()
136 u32 *cmd = desc_end(desc); in append_cmd()
147 u32 *offset = desc_end(desc); in append_u64()
190 u32 *cmd = desc_end(desc); \
/openbmc/linux/drivers/crypto/caam/
H A Ddesc_constr.h94 static inline u32 *desc_end(u32 * const desc) in desc_end() function
140 dma_addr_t *offset = (dma_addr_t *)desc_end(desc); in append_ptr()
144 u32 *offset = (u32 *)desc_end(desc); in append_ptr()
164 u32 *offset = desc_end(desc); in append_data()
176 u32 *cmd = desc_end(desc); in append_cmd()
187 u32 *offset = desc_end(desc); in append_u64()
236 u32 *cmd = desc_end(desc); \
/openbmc/u-boot/drivers/net/
H A Ddesignware.c363 ulong desc_end = desc_start + in _dw_eth_send() local
375 invalidate_dcache_range(desc_start, desc_end); in _dw_eth_send()
410 flush_dcache_range(desc_start, desc_end); in _dw_eth_send()
430 ulong desc_end = desc_start + in _dw_eth_recv() local
436 invalidate_dcache_range(desc_start, desc_end); in _dw_eth_recv()
460 ulong desc_end = desc_start + in _dw_free_pkt() local
470 flush_dcache_range(desc_start, desc_end); in _dw_free_pkt()
H A Dsun8i_emac.c544 uintptr_t desc_end = desc_start + in _sun8i_eth_recv() local
551 invalidate_dcache_range(desc_start, desc_end); in _sun8i_eth_recv()
590 uintptr_t desc_end = desc_start + in _sun8i_emac_eth_send() local
598 invalidate_dcache_range(desc_start, desc_end); in _sun8i_emac_eth_send()
618 flush_dcache_range(desc_start, desc_end); in _sun8i_emac_eth_send()
761 uintptr_t desc_end = desc_start + in _sun8i_free_pkt() local
768 flush_dcache_range(desc_start, desc_end); in _sun8i_free_pkt()
/openbmc/linux/drivers/gpu/drm/udl/
H A Dudl_main.c33 char *desc_end; in udl_parse_vendor_descriptor() local
55 desc_end = desc + total_len; in udl_parse_vendor_descriptor()
58 while (desc < desc_end) { in udl_parse_vendor_descriptor()
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c309 uint64_t desc_end = desc->physical_start + desc_len; in efi_find_free_memory() local
310 uint64_t curmax = min(max_addr, desc_end); in efi_find_free_memory()
322 if ((ret + len) > desc_end) in efi_find_free_memory()
/openbmc/linux/fs/ext4/
H A Dverity.c176 const u64 desc_end = desc_pos + desc_size; in ext4_write_verity_descriptor() local
178 const u64 desc_size_pos = round_up(desc_end + sizeof(desc_size_disk), in ext4_write_verity_descriptor()
/openbmc/linux/drivers/video/fbdev/
H A Dudlfb.c1565 char *desc_end; in dlfb_parse_vendor_descriptor() local
1596 desc_end = desc + total_len; in dlfb_parse_vendor_descriptor()
1599 while (desc < desc_end) { in dlfb_parse_vendor_descriptor()
/openbmc/linux/arch/ia64/kernel/
H A Dunwind.c1537 u8 *dp, *desc_end; in build_script() local
1602 desc_end = dp + 8*UNW_LENGTH(hdr); in build_script()
1604 while (!sr.done && dp < desc_end) in build_script()