| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | cache_v7.c | 31 static void v7_dcache_clean_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_clean_inval_range() 43 static void v7_dcache_inval_range(u32 start, u32 stop, u32 line_len) in v7_dcache_inval_range() 70 static void v7_dcache_maint_range(u32 start, u32 stop, u32 range_op) in v7_dcache_maint_range() 132 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 147 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 164 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush() 178 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 182 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 190 void mmu_page_table_flush(unsigned long start, unsigned long stop) in mmu_page_table_flush()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | pmem.c | 12 static inline void __clean_pmem_range(unsigned long start, unsigned long stop) in __clean_pmem_range() 24 static inline void __flush_pmem_range(unsigned long start, unsigned long stop) in __flush_pmem_range() 36 static inline void clean_pmem_range(unsigned long start, unsigned long stop) in clean_pmem_range() 42 static inline void flush_pmem_range(unsigned long start, unsigned long stop) in flush_pmem_range()
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | cache.c | 40 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 44 __weak void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 49 int check_cache_range(unsigned long start, unsigned long stop) in check_cache_range()
|
| H A D | cache-pl310.c | 53 void v7_outer_cache_flush_range(u32 start, u32 stop) in v7_outer_cache_flush_range() 71 void v7_outer_cache_inval_range(u32 start, u32 stop) in v7_outer_cache_inval_range()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | cacheflush.h | 47 static inline void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range() 69 static inline void clean_dcache_range(unsigned long start, unsigned long stop) in clean_dcache_range() 88 unsigned long stop) in invalidate_dcache_range()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | static_call.c | 96 struct static_call_site *stop) in static_call_sort_entries() 125 struct static_call_site *site, *stop; in __static_call_update() local 211 struct static_call_site *stop) in __static_call_init() 339 struct static_call_tramp_key *stop = __stop_static_call_tramp_key; in tramp_key_lookup() local 356 struct static_call_site *stop = start + mod->num_static_call_sites; in static_call_add_module() local 395 struct static_call_site *stop = mod->static_call_sites + in static_call_del_module() local
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uniphier.c | 83 static int send_byte(struct uniphier_i2c_dev *dev, u32 dtrm, bool *stop) in send_byte() 103 uint len, const u8 *buf, bool *stop) in uniphier_i2c_transmit() 127 uint len, u8 *buf, bool *stop) in uniphier_i2c_receive() 153 bool stop; in uniphier_i2c_xfer() local
|
| H A D | i2c-uniphier-f.c | 128 bool *stop) in wait_for_irq() 169 uint len, const u8 *buf, bool *stop) in uniphier_fi2c_transmit() 210 uint len, u8 *buf, bool *stop) in uniphier_fi2c_receive() 263 bool stop; in uniphier_fi2c_xfer() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | timer.cpp | 26 void Timer::Impl::stop() { in stop() function in mbgl::util::Timer::Impl 51 void Timer::stop() { in stop() function in mbgl::util::Timer
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/ |
| H A D | cache.c | 27 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 38 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/pxa/ |
| H A D | cache.c | 24 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 35 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm11/ |
| H A D | cpu.c | 67 void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 78 void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | timer.cpp | 35 void stop() { in stop() function in mbgl::util::Timer::Impl 68 void Timer::stop() { in stop() function in mbgl::util::Timer
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | interpolate.hpp | 31 for (const auto& stop : stops) { in eachChild() local 37 for (const auto& stop : stops) { in eachStop() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | irqbypass.h | 53 void (*stop)(struct irq_bypass_producer *); member 78 void (*stop)(struct irq_bypass_consumer *); member
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| 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()
|
| 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()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/lib/ |
| H A D | cache.c | 137 __weak void invalidate_dcache_range(unsigned long start, unsigned long stop) in invalidate_dcache_range() 141 __weak void flush_dcache_range(unsigned long start, unsigned long stop) in flush_dcache_range()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | targetcontrol.py | 52 def stop(self): member in BaseTarget 191 def stop(self): member in QemuTarget 240 def stop(self): member in SimpleRemoteTarget
|
| /OK3568_Linux_fs/u-boot/arch/mips/lib/ |
| H A D | cache.c | 134 void flush_dcache_range(ulong start_addr, ulong stop) in flush_dcache_range() 150 void invalidate_dcache_range(ulong start_addr, ulong stop) in invalidate_dcache_range()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | bitstring.h | 76 #define bit_nclear(name, start, stop) do { \ argument 93 #define bit_nset(name, start, stop) do { \ argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | bitstring.h | 75 #define bit_nclear(name, start, stop) do { \ argument 92 #define bit_nset(name, start, stop) do { \ argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | bitstring.h | 76 #define bit_nclear(name, start, stop) do { \ argument 93 #define bit_nset(name, start, stop) do { \ argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/ |
| H A D | CamHwSimulator.cpp | 162 virtual XCamReturn stop () { in stop() function in RkCam::FakeLumaV4l2Device 193 virtual XCamReturn stop () { in stop() function in RkCam::FakeV4l2Device 357 CamHwSimulator::stop() in stop() function in RkCam::CamHwSimulator
|