Home
last modified time | relevance | path

Searched refs:desc_start (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.c29 const uint8_t* desc_start; in avb_descriptor_foreach() local
59 desc_start = image_data + sizeof(AvbVBMetaImageHeader) + in avb_descriptor_foreach()
63 desc_end = desc_start + avb_be64toh(header->descriptors_size); in avb_descriptor_foreach()
65 if (desc_start < image_data || desc_start > image_end || 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/net/
H A Ddesignware.c362 ulong desc_start = (ulong)desc_p; in _dw_eth_send() local
363 ulong desc_end = desc_start + in _dw_eth_send()
375 invalidate_dcache_range(desc_start, desc_end); in _dw_eth_send()
410 flush_dcache_range(desc_start, desc_end); in _dw_eth_send()
429 ulong desc_start = (ulong)desc_p; in _dw_eth_recv() local
430 ulong desc_end = desc_start + in _dw_eth_recv()
436 invalidate_dcache_range(desc_start, desc_end); in _dw_eth_recv()
459 ulong desc_start = (ulong)desc_p; in _dw_free_pkt() local
460 ulong desc_end = desc_start + in _dw_free_pkt()
470 flush_dcache_range(desc_start, desc_end); in _dw_free_pkt()
H A Dsun8i_emac.c543 uintptr_t desc_start = (uintptr_t)desc_p; in _sun8i_eth_recv() local
544 uintptr_t desc_end = desc_start + in _sun8i_eth_recv()
551 invalidate_dcache_range(desc_start, desc_end); in _sun8i_eth_recv()
589 uintptr_t desc_start = (uintptr_t)desc_p; in _sun8i_emac_eth_send() local
590 uintptr_t desc_end = desc_start + in _sun8i_emac_eth_send()
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()
760 uintptr_t desc_start = (uintptr_t)desc_p; in _sun8i_free_pkt() local
761 uintptr_t desc_end = desc_start + in _sun8i_free_pkt()
768 flush_dcache_range(desc_start, desc_end); in _sun8i_free_pkt()
/openbmc/linux/lib/pldmfw/
H A Dpldmfw.c262 const u8 *desc_start; in pldm_parse_desc_tlvs() local
265 desc_start = data->fw->data + data->offset; in pldm_parse_desc_tlvs()
267 pldm_for_each_desc_tlv(i, __desc, desc_start, desc_count) { in pldm_parse_desc_tlvs()