/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_l2_mmu_config.c | 29 * struct l2_mmu_config_limit_region - L2 MMU limit field 42 * struct l2_mmu_config_limit - L2 MMU read and write limit 45 * @read: Values for the read limit field 46 * @write: Values for the write limit field 55 * Zero represents no limit 90 struct l2_mmu_config_limit limit = { in kbase_set_mmu_quirks() local 105 limit = limits[i]; in kbase_set_mmu_quirks() 115 mmu_config &= ~(limit.read.mask | limit.write.mask); in kbase_set_mmu_quirks() 117 mmu_config |= (limit in kbase_set_mmu_quirks() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_l2_mmu_config.c | 47 * @read: Values for the read limit field 48 * @write: Values for the write limit field 57 * Zero represents no limit 78 struct l2_mmu_config_limit limit = {0, /* Any GPU not in the limits array defined above */ in kbase_set_mmu_quirks() local 91 limit = limits[i]; in kbase_set_mmu_quirks() 102 mmu_config &= ~(limit.read.mask | limit.write.mask); in kbase_set_mmu_quirks() 104 mmu_config |= (limit.read.value << limit.read.shift) | (limit in kbase_set_mmu_quirks() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_profiling_internal.c | 62 u32 limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; /* Use maximum buffer size */ in _mali_internal_profiling_init() local 65 if (MALI_OSK_ERR_OK != _mali_internal_profiling_start(&limit)) { in _mali_internal_profiling_init() 93 mali_osk_errcode_t _mali_internal_profiling_start(u32 *limit) in _mali_internal_profiling_start() argument 105 new_profile_entries = _mali_osk_valloc(*limit * sizeof(mali_profiling_entry)); in _mali_internal_profiling_start() 112 if (MALI_PROFILING_MAX_BUFFER_ENTRIES < *limit) { in _mali_internal_profiling_start() 113 *limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; in _mali_internal_profiling_start() 117 while (profile_mask <= *limit) { in _mali_internal_profiling_start() 122 *limit = profile_mask; in _mali_internal_profiling_start()
|
H A D | mali_profiling_internal.h | 29 int _mali_internal_profiling_start(u32 *limit);
|
H A D | mali_kernel_sysfs.c | 627 u32 limit = in profiling_record_write() local 645 if (MALI_OSK_ERR_OK != _mali_internal_profiling_start(&limit)) { in profiling_record_write() 650 MALI_DEBUG_PRINT(3, ("Profiling recording started (max %u events)\n", limit)); in profiling_record_write()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_profiling_internal.c | 61 u32 limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; /* Use maximum buffer size */ in _mali_internal_profiling_init() local 64 if (_MALI_OSK_ERR_OK != _mali_internal_profiling_start(&limit)) { in _mali_internal_profiling_init() 92 _mali_osk_errcode_t _mali_internal_profiling_start(u32 *limit) in _mali_internal_profiling_start() argument 104 new_profile_entries = _mali_osk_valloc(*limit * sizeof(mali_profiling_entry)); in _mali_internal_profiling_start() 112 if (MALI_PROFILING_MAX_BUFFER_ENTRIES < *limit) { in _mali_internal_profiling_start() 113 *limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; in _mali_internal_profiling_start() 117 while (profile_mask <= *limit) { in _mali_internal_profiling_start() 122 *limit = profile_mask; in _mali_internal_profiling_start()
|
H A D | mali_profiling_internal.h | 29 int _mali_internal_profiling_start(u32 *limit);
|
H A D | mali_kernel_sysfs.c | 624 u32 limit = MALI_PROFILING_MAX_BUFFER_ENTRIES; /* This can be made configurable at a later stage if we need to */ in profiling_record_write() local 641 if (_MALI_OSK_ERR_OK != _mali_internal_profiling_start(&limit)) { in profiling_record_write() 646 MALI_DEBUG_PRINT(3, ("Profiling recording started (max %u events)\n", limit)); in profiling_record_write()
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 196 * because there is no reader checking a limit that actually needs
706 static inline unsigned long task_rlimit(const struct task_struct *task, unsigned int limit)
in task_rlimit() argument 708 return READ_ONCE(task->signal->rlim[limit].rlim_cur);
in task_rlimit() 711 static inline unsigned long task_rlimit_max(const struct task_struct *task, unsigned int limit)
in task_rlimit_max() argument 713 return READ_ONCE(task->signal->rlim[limit].rlim_max);
in task_rlimit_max() 716 static inline unsigned long rlimit(unsigned int limit)
in rlimit() argument 718 return task_rlimit(current, limit);
in rlimit() 721 static inline unsigned long rlimit_max(unsigned int limit)
in rlimit_max() argument 723 return task_rlimit_max(current, limit);
in rlimit_max()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk_profiling.h | 46 * The specified limit will determine how large the capture buffer is. 49 * @param limit The desired maximum number of events to record on input, the actual maximum on output. 52 _mali_osk_errcode_t _mali_osk_profiling_start(u32 *limit);
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk_profiling.h | 47 * The specified limit will determine how large the capture buffer is. 50 * @param limit The desired maximum number of events to record on input, the actual maximum on output. 53 mali_osk_errcode_t _mali_osk_profiling_start(u32 *limit);
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_time.h | 40 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt);
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_time.h | 40 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt);
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_time.h | 41 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt);
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_time.h | 40 void mpp_time_diff(RK_S64 start, RK_S64 end, RK_S64 limit, const char *fmt);
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | util.c | 265 * @limit: limit for the number of used ids
276 int ipc_addid(struct ipc_ids *ids, struct kern_ipc_perm *new, int limit)
in ipc_addid() argument 285 if (limit > ipc_mni) {
in ipc_addid() 286 limit = ipc_mni;
in ipc_addid() 289 if (ids->in_use >= limit) {
in ipc_addid()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-map-ops.h | 117 phys_addr_t limit, struct cma **res_cma, 133 static inline void dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() argument 138 phys_addr_t limit, in dma_contiguous_reserve_area() 136 dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, phys_addr_t limit, struct cma **res_cma, bool fixed) dma_contiguous_reserve_area() argument
|
H A D | memblock.h | 81 * @current_limit: physical address of the current allocation limit 437 void memblock_mem_limit_remove_map(phys_addr_t limit); 447 * memblock_set_current_limit - Set the current allocation limit to allow 450 * @limit: New limit value (physical address) 452 void memblock_set_current_limit(phys_addr_t limit);
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_buffer_impl.h | 135 // used in limit mode only 139 size_t limit; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | hi_wifi_driver_api.c | 1587 [2]limit 重传限制:重传次数0~15,重传时间0~200 1591 hi_u32 hi_wifi_set_retry_params(const hi_char *ifname, hi_u8 type, hi_u8 limit) in hi_wifi_set_retry_params() argument 1615 if (limit > HI_WIFI_RETRY_MAX_NUM) { in hi_wifi_set_retry_params() 1616 oam_error_log0(0, 0, "hi_wifi_set_retry_params:: tpye is date or mgmt,limit is invalid."); in hi_wifi_set_retry_params() 1622 if (limit > HI_WIFI_RETRY_MAX_TIME) { in hi_wifi_set_retry_params() 1623 oam_error_log0(0, 0, "hi_wifi_set_retry_params:: tpye is timeout,limit is invalid."); in hi_wifi_set_retry_params() 1630 set_param->limit = limit; in hi_wifi_set_retry_params()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_wifi_api.h | 1807 * @param limit [IN] Type #unsigned char limit value. 1817 unsigned int hi_wifi_set_retry_params(const char *ifname, unsigned char type, unsigned char limit);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_wifi_api.h | 1883 * @param limit [IN] Type #unsigned char limit value. 1892 unsigned int hi_wifi_set_retry_params(const char *ifname, unsigned char type, unsigned char limit);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_mgmt_sta.c | 2465 set_retry_first.limit = 0; in hmac_set_retry_time_en() 2480 set_retry_second.limit = retry_time; in hmac_set_retry_time_en() 2517 set_retry_first.limit = 5; /* DMAC_MAX_SW_RETRIES: 5 */ in hmac_set_retry_time_close() 2532 set_retry_second.limit = DMAC_MGMT_MAX_SW_RETRIES; in hmac_set_retry_time_close() 2547 set_retry_third.limit = 0; in hmac_set_retry_time_close()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_cfg.h | 402 hi_u8 limit; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ssl.h | 965 unsigned int badmac_limit; /*!< limit of records with a bad MAC */ 1403 * Special value: 0 means unset (no limit). 1410 * \note The limit on datagram size is converted to a limit on 1427 * lower limit on record payload (see first note) is used. 1432 * the limit set by #MBEDTLS_SSL_OUT_CONTENT_LEN. 1803 * \brief Set a limit on the number of records with a bad MAC 1809 * \param limit Limit, or 0 to disable. 1811 * \note If the limit is N, then the connection is terminated when 1819 * datagrams. On one hand, setting a low limit her [all...] |