Searched refs:desc_start (Results 1 – 3 of 3) sorted by relevance
48 const uint8_t* desc_start; in avb_descriptor_foreach() local78 desc_start = image_data + sizeof(AvbVBMetaImageHeader) + in avb_descriptor_foreach()82 desc_end = desc_start + avb_be64toh(header->descriptors_size); in avb_descriptor_foreach()84 if (desc_start < image_data || desc_start > image_end || in avb_descriptor_foreach()85 desc_end < image_data || desc_end > image_end || desc_end < desc_start) { in avb_descriptor_foreach()90 for (p = desc_start; p < desc_end;) { in avb_descriptor_foreach()105 if (nb_total + p < desc_start || nb_total + p > desc_end) { in avb_descriptor_foreach()
351 ulong desc_start = (ulong)desc_p; in _dw_eth_send() local352 ulong desc_end = desc_start + in _dw_eth_send()364 invalidate_dcache_range(desc_start, desc_end); in _dw_eth_send()393 flush_dcache_range(desc_start, desc_end); in _dw_eth_send()412 ulong desc_start = (ulong)desc_p; in _dw_eth_recv() local413 ulong desc_end = desc_start + in _dw_eth_recv()419 invalidate_dcache_range(desc_start, desc_end); in _dw_eth_recv()442 ulong desc_start = (ulong)desc_p; in _dw_free_pkt() local443 ulong desc_end = desc_start + in _dw_free_pkt()453 flush_dcache_range(desc_start, desc_end); in _dw_free_pkt()
504 uintptr_t desc_start = (uintptr_t)desc_p; in _sun8i_eth_recv() local505 uintptr_t desc_end = desc_start + in _sun8i_eth_recv()512 invalidate_dcache_range(desc_start, desc_end); in _sun8i_eth_recv()550 uintptr_t desc_start = (uintptr_t)desc_p; in _sun8i_emac_eth_send() local551 uintptr_t desc_end = desc_start + in _sun8i_emac_eth_send()559 invalidate_dcache_range(desc_start, desc_end); in _sun8i_emac_eth_send()579 flush_dcache_range(desc_start, desc_end); in _sun8i_emac_eth_send()701 uintptr_t desc_start = (uintptr_t)desc_p; in _sun8i_free_pkt() local702 uintptr_t desc_end = desc_start + in _sun8i_free_pkt()709 flush_dcache_range(desc_start, desc_end); in _sun8i_free_pkt()