Searched defs:cache_flush (Results 1 – 10 of 10) sorted by relevance
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm920t/ |
D | cpu.c | 44 static void cache_flush (void) in cache_flush() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/ |
D | cpu.c | 47 static void cache_flush (void) in cache_flush() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm946es/ |
D | cpu.c | 49 static void cache_flush (void) in cache_flush() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/sa1100/ |
D | cpu.c | 47 static void cache_flush (void) in cache_flush() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm11/ |
D | cpu.c | 45 static void cache_flush(void) in cache_flush() function
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 247 u8_t cache_flush; member 278 u16_t cache_flush; member 968 …ruct mdns_outpacket *reply, struct mdns_domain *domain, u16_t type, u16_t klass, u16_t cache_flush, in mdns_add_answer() 1171 mdns_add_a_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct netif *netif) in mdns_add_a_answer() 1181 mdns_add_hostv4_ptr_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct netif *netif) in mdns_add_hostv4_ptr_answer() 1194 mdns_add_aaaa_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct netif *netif, int addr… in mdns_add_aaaa_answer() 1204 mdns_add_hostv6_ptr_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct netif *netif, in… in mdns_add_hostv6_ptr_answer() 1238 mdns_add_srv_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct mdns_host *mdns, struct… in mdns_add_srv_answer() 1261 mdns_add_txt_answer(struct mdns_outpacket *reply, u16_t cache_flush, struct mdns_service *service) in mdns_add_txt_answer()
|
/third_party/uboot/u-boot-2020.01/arch/riscv/lib/ |
D | cache.c | 36 void cache_flush(void) in cache_flush() function
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/pxa/ |
D | pxa2xx.c | 21 static void cache_flush(void) in cache_flush() function
|
/third_party/uboot/u-boot-2020.01/arch/nds32/lib/ |
D | cache.c | 256 void cache_flush(void) in cache_flush() function
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | str_agp.h | 116 void (*cache_flush)(void); member
|