/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | cache_v7.c | 30 static void v7_dcache_clean_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_clean_inval_range() 42 static void v7_dcache_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_inval_range() 55 static void v7_dcache_maint_range(u32 start, u32 stop, u32 range_op) in v7_dcache_maint_range() 117 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 131 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 147 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush() 161 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 165 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 173 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | pmem.c | 13 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) in __clean_pmem_range() 25 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range() 37 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range() 43 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range()
|
/openbmc/openpower-vpd-parser/ |
H A D | impl.cpp | 257 auto stop = std::next(iterator, lengths::RECORD_NAME); in checkHeader() local 288 auto stop = std::next(iterator, lengths::RECORD_NAME); in readTOC() local 432 auto stop = std::next(iterator, dataLength); in readKwData() local 438 auto stop = std::next(iterator, dataLength); in readKwData() local 453 auto stop = std::next(iterator, MB_LEN_BYTES); in readKwData() local 476 auto stop = std::next(iterator, MAC_ADDRESS_LEN_BYTES); in readKwData() local 498 auto stop = std::next(iterator, UUID_LEN_BYTES); in readKwData() local 570 auto stop = std::next(iterator, length); in readKeywords() local
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | cache.c | 39 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 43 __weak void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 48 int check_cache_range(unsigned long start, unsigned long stop) in check_cache_range()
|
H A D | cache-pl310.c | 52 void v7_outer_cache_flush_range(u32 start, u32 stop) in v7_outer_cache_flush_range() 70 void v7_outer_cache_inval_range(u32 start, u32 stop) in v7_outer_cache_inval_range()
|
/openbmc/sdbusplus/test/event/ |
H A D | event.cpp | 21 auto stop = std::chrono::steady_clock::now(); in TEST_F() local 35 auto stop = std::chrono::steady_clock::now(); in TEST_F() local 77 auto stop = std::chrono::steady_clock::now(); in TEST_F() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | cacheflush.h | 70 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 92 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range() 111 unsigned long stop) in invalidate_dcache_range()
|
/openbmc/linux/kernel/ |
H A D | static_call_inline.c | 107 struct static_call_site *stop) in static_call_sort_entries() 136 struct static_call_site *site, *stop; in __static_call_update() local 222 struct static_call_site *stop) in __static_call_init() 350 struct static_call_tramp_key *stop = __stop_static_call_tramp_key; in tramp_key_lookup() local 367 struct static_call_site *stop = start + mod->num_static_call_sites; in static_call_add_module() local 406 struct static_call_site *stop = mod->static_call_sites + in static_call_del_module() local
|
H A D | jump_label.c | 80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries() 491 struct jump_entry *stop, in __jump_label_update() 502 struct jump_entry *stop, in __jump_label_update() 638 struct jump_entry *stop; in __jump_label_mod_update() local 842 struct jump_entry *stop = __stop___jump_table; in jump_label_update() local
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uniphier.c | 85 static int send_byte(struct uniphier_i2c_priv *priv, u32 dtrm, bool *stop) in send_byte() 105 uint len, const u8 *buf, bool *stop) in uniphier_i2c_transmit() 129 uint len, u8 *buf, bool *stop) in uniphier_i2c_receive() 155 bool stop; in uniphier_i2c_xfer() local
|
H A D | i2c-uniphier-f.c | 117 bool *stop) in wait_for_irq() 158 uint len, const u8 *buf, bool *stop) in uniphier_fi2c_transmit() 199 uint len, u8 *buf, bool *stop) in uniphier_fi2c_receive() 252 bool stop; in uniphier_fi2c_xfer() local
|
/openbmc/u-boot/arch/arm/cpu/pxa/ |
H A D | cache.c | 23 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 34 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | serv.py | 136 async def stop(self): member in StreamServer 173 async def stop(self): member in TCPStreamServer 203 async def stop(self): member in UnixStreamServer 248 async def stop(self): member in WebsocketsServer 294 async def stop(self): member in AsyncServer
|
/openbmc/u-boot/arch/arm/cpu/arm11/ |
H A D | cpu.c | 66 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 77 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/ |
H A D | cache.c | 26 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 37 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
|
/openbmc/linux/include/linux/ |
H A D | irqbypass.h | 53 void (*stop)(struct irq_bypass_producer *); member 78 void (*stop)(struct irq_bypass_consumer *); member
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | cache.c | 136 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 140 __weak void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
|
/openbmc/linux/lib/raid6/ |
H A D | sse2.c | 87 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, in raid6_sse21_xor_syndrome() 198 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, in raid6_sse22_xor_syndrome() 364 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, in raid6_sse24_xor_syndrome()
|
H A D | avx2.c | 82 static void raid6_avx21_xor_syndrome(int disks, int start, int stop, in raid6_avx21_xor_syndrome() 192 static void raid6_avx22_xor_syndrome(int disks, int start, int stop, in raid6_avx22_xor_syndrome() 353 static void raid6_avx24_xor_syndrome(int disks, int start, int stop, in raid6_avx24_xor_syndrome()
|
H A D | avx512.c | 101 static void raid6_avx5121_xor_syndrome(int disks, int start, int stop, in raid6_avx5121_xor_syndrome() 233 static void raid6_avx5122_xor_syndrome(int disks, int start, int stop, in raid6_avx5122_xor_syndrome() 423 static void raid6_avx5124_xor_syndrome(int disks, int start, int stop, in raid6_avx5124_xor_syndrome()
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | targetcontrol.py | 48 def stop(self): member in BaseTarget 183 def stop(self): member in QemuTarget 232 def stop(self): member in SimpleRemoteTarget
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-i2c.c | 108 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes() 166 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes() 241 int stop = (i == num - 1); in cobalt_xfer() local
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | cache.c | 143 void flush_dcache_range(ulong start_addr, ulong stop) in flush_dcache_range() 161 void invalidate_dcache_range(ulong start_addr, ulong stop) in invalidate_dcache_range()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | cacheflush.c | 34 static void invalidate_icache_range(unsigned long start, unsigned long stop) in invalidate_icache_range() 58 void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range()
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/ |
H A D | init.d | 48 stop () in stop() function
|