Home
last modified time | relevance | path

Searched refs:lvl (Results 1 – 25 of 205) sorted by relevance

123456789

/external/arm-trusted-firmware/plat/rockchip/common/
Dplat_pm.c51 int rockchip_soc_hlvl_pwr_dm_off(uint32_t lvl, in rockchip_soc_hlvl_pwr_dm_off() argument
72 int rockchip_soc_hlvl_pwr_dm_suspend(uint32_t lvl, in rockchip_soc_hlvl_pwr_dm_suspend() argument
78 int rockchip_soc_hlvl_pwr_dm_on_finish(uint32_t lvl, in rockchip_soc_hlvl_pwr_dm_on_finish() argument
94 int rockchip_soc_hlvl_pwr_dm_resume(uint32_t lvl, in rockchip_soc_hlvl_pwr_dm_resume() argument
218 uint32_t lvl; in rockchip_pwr_domain_off() local
231 for (lvl = MPIDR_AFFLVL1; lvl <= PLAT_MAX_PWR_LVL; lvl++) { in rockchip_pwr_domain_off()
232 lvl_state = target_state->pwr_domain_state[lvl]; in rockchip_pwr_domain_off()
233 ret = rockchip_soc_hlvl_pwr_dm_off(lvl, lvl_state); in rockchip_pwr_domain_off()
245 uint32_t lvl; in rockchip_pwr_domain_suspend() local
267 for (lvl = MPIDR_AFFLVL1; lvl <= PLAT_MAX_PWR_LVL; lvl++) { in rockchip_pwr_domain_suspend()
[all …]
/external/rust/crates/log/src/
Dmacros.rs32 (target: $target:expr, $lvl:expr, $($arg:tt)+) => ({
33 let lvl = $lvl; localVariable
34 if lvl <= $crate::STATIC_MAX_LEVEL && lvl <= $crate::max_level() {
37 lvl,
42 ($lvl:expr, $($arg:tt)+) => (log!(target: __log_module_path!(), $lvl, $($arg)+))
199 (target: $target:expr, $lvl:expr) => {{
200 let lvl = $lvl; localVariable
201 lvl <= $crate::STATIC_MAX_LEVEL
202 && lvl <= $crate::max_level()
203 && $crate::__private_api_enabled(lvl, $target)
[all …]
/external/arm-trusted-firmware/lib/psci/
Dpsci_stat.c79 unsigned int lvl, parent_idx; in psci_stats_update_pwr_down() local
87 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl <= end_pwrlvl; lvl++) { in psci_stats_update_pwr_down()
90 if (is_local_state_run(state_info->pwr_domain_state[lvl]) != 0) in psci_stats_update_pwr_down()
112 unsigned int lvl, parent_idx; in psci_stats_update_pwr_up() local
142 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl <= end_pwrlvl; lvl++) { in psci_stats_update_pwr_up()
143 local_state = state_info->pwr_domain_state[lvl]; in psci_stats_update_pwr_up()
152 residency = plat_psci_stat_get_residency(lvl, state_info, in psci_stats_update_pwr_up()
159 stat_idx = get_stat_idx(local_state, lvl); in psci_stats_update_pwr_up()
179 unsigned int pwrlvl, lvl, parent_idx, target_idx; in psci_get_stat() local
213 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl < pwrlvl; lvl++) in psci_get_stat()
Dpsci_common.c308 unsigned int parent_idx, lvl; in psci_get_target_local_pwr_states() local
315 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl <= end_pwrlvl; lvl++) { in psci_get_target_local_pwr_states()
316 pd_state[lvl] = get_non_cpu_pd_node_local_state(parent_idx); in psci_get_target_local_pwr_states()
321 for (; lvl <= PLAT_MAX_PWR_LVL; lvl++) in psci_get_target_local_pwr_states()
322 target_state->pwr_domain_state[lvl] = PSCI_LOCAL_STATE_RUN; in psci_get_target_local_pwr_states()
334 unsigned int parent_idx, lvl; in psci_set_target_local_pwr_states() local
348 for (lvl = 1U; lvl <= end_pwrlvl; lvl++) { in psci_set_target_local_pwr_states()
349 set_non_cpu_pd_node_local_state(parent_idx, pd_state[lvl]); in psci_set_target_local_pwr_states()
380 unsigned int parent_idx, cpu_idx = plat_my_core_pos(), lvl; in psci_set_pwr_domains_to_run() local
384 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl <= end_pwrlvl; lvl++) { in psci_set_pwr_domains_to_run()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_log.c40 void cil_default_log_handler(__attribute__((unused)) int lvl, char *msg) in cil_default_log_handler() argument
45 void (*cil_log_handler)(int lvl, char *msg) = &cil_default_log_handler;
47 void cil_set_log_handler(void (*handler)(int lvl, char *msg)) in cil_set_log_handler() argument
52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_l… in cil_vlog() argument
54 if (cil_log_level >= lvl) { in cil_vlog()
61 __attribute__ ((format (printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...) in cil_log() argument
65 cil_vlog(lvl, msg, args); in cil_log()
69 void cil_set_log_level(enum cil_log_level lvl) in cil_set_log_level() argument
71 cil_log_level = lvl; in cil_set_log_level()
/external/arm-trusted-firmware/drivers/arm/css/scp/
Dcss_pm_scmi.c130 unsigned int lvl, channel_id, domain_id; in css_scp_suspend() local
142 for (lvl = ARM_PWR_LVL1; lvl <= PLAT_MAX_PWR_LVL; lvl++) { in css_scp_suspend()
143 if (target_state->pwr_domain_state[lvl] == ARM_LOCAL_STATE_RUN) in css_scp_suspend()
146 assert(target_state->pwr_domain_state[lvl] == in css_scp_suspend()
152 SCMI_SET_PWR_STATE_LVL(scmi_pwr_state, lvl, in css_scp_suspend()
156 SCMI_SET_PWR_STATE_MAX_PWR_LVL(scmi_pwr_state, lvl - 1); in css_scp_suspend()
177 unsigned int lvl = 0, channel_id, domain_id; in css_scp_off() local
188 for (; lvl <= PLAT_MAX_PWR_LVL; lvl++) { in css_scp_off()
189 if (target_state->pwr_domain_state[lvl] == ARM_LOCAL_STATE_RUN) in css_scp_off()
192 assert(target_state->pwr_domain_state[lvl] == in css_scp_off()
[all …]
/external/arm-trusted-firmware/plat/socionext/synquacer/drivers/scp/
Dsq_scmi.c102 int lvl = 0, ret; in sq_scmi_off() local
109 for (; lvl <= PLAT_MAX_PWR_LVL; lvl++) { in sq_scmi_off()
110 if (target_state->pwr_domain_state[lvl] == SQ_LOCAL_STATE_RUN) in sq_scmi_off()
113 assert(target_state->pwr_domain_state[lvl] == in sq_scmi_off()
115 SCMI_SET_PWR_STATE_LVL(scmi_pwr_state, lvl, in sq_scmi_off()
119 SCMI_SET_PWR_STATE_MAX_PWR_LVL(scmi_pwr_state, lvl - 1); in sq_scmi_off()
138 int lvl = 0, ret, core_pos; in sq_scmi_on() local
141 for (; lvl <= PLAT_MAX_PWR_LVL; lvl++) in sq_scmi_on()
142 SCMI_SET_PWR_STATE_LVL(scmi_pwr_state, lvl, in sq_scmi_on()
145 SCMI_SET_PWR_STATE_MAX_PWR_LVL(scmi_pwr_state, lvl - 1); in sq_scmi_on()
/external/mesa3d/src/mesa/main/
Dtexcompress_cpal.c113 int lvl; in _mesa_cpal_compressed_size() local
125 for (lvl = 0; lvl < num_levels; lvl++) { in _mesa_cpal_compressed_size()
126 w = width >> lvl; in _mesa_cpal_compressed_size()
129 h = height >> lvl; in _mesa_cpal_compressed_size()
154 GLint lvl, num_levels; in _mesa_cpal_compressed_teximage2d() local
174 for (lvl = 0; lvl < num_levels; lvl++) { in _mesa_cpal_compressed_teximage2d()
179 w = width >> lvl; in _mesa_cpal_compressed_teximage2d()
182 h = height >> lvl; in _mesa_cpal_compressed_teximage2d()
197 _mesa_TexImage2D(target, lvl, info->format, w, h, 0, in _mesa_cpal_compressed_teximage2d()
/external/mesa3d/src/freedreno/decode/
Dpgmdump2.c63 int lvl; member
88 printf("%s%12s:\t0x%x\n", tab(state->lvl), #field, s->field); \
94 printf("%s%12s:\t%u\n", tab(state->lvl), #field, s->field); \
100 printf("%s%12s:\t%f (0x%0x)\n", tab(state->lvl), #field, \
107 printf("%s%12s:\t%c%u.%c\n", tab(state->lvl), #field, type, \
114 printf("%s%12s:\t%s\n", tab(state->lvl), #field, s->field); \
129 state->lvl++; \
131 state->lvl--; \
148 printf("%s %04x:\t%08x", tab(state->lvl), start + i * 4, d); in dump_unknown()
319 state->lvl++; in decode_shader_descriptor_block()
[all …]
/external/llvm-project/llvm/test/CodeGen/VE/VELIntrinsics/
Dvdiv.ll16 ; CHECK-NEXT: lvl %s0
31 ; CHECK-NEXT: lvl %s0
34 ; CHECK-NEXT: lvl %s16
49 ; CHECK-NEXT: lvl %s1
64 ; CHECK-NEXT: lvl %s1
67 ; CHECK-NEXT: lvl %s16
82 ; CHECK-NEXT: lvl %s0
94 ; CHECK-NEXT: lvl %s0
97 ; CHECK-NEXT: lvl %s16
109 ; CHECK-NEXT: lvl %s0
[all …]
Dvmin.ll15 ; CHECK-NEXT: lvl %s0
30 ; CHECK-NEXT: lvl %s0
33 ; CHECK-NEXT: lvl %s16
49 ; CHECK-NEXT: lvl %s1
65 ; CHECK-NEXT: lvl %s1
68 ; CHECK-NEXT: lvl %s16
83 ; CHECK-NEXT: lvl %s0
95 ; CHECK-NEXT: lvl %s0
98 ; CHECK-NEXT: lvl %s16
110 ; CHECK-NEXT: lvl %s0
[all …]
Dvmax.ll15 ; CHECK-NEXT: lvl %s0
30 ; CHECK-NEXT: lvl %s0
33 ; CHECK-NEXT: lvl %s16
49 ; CHECK-NEXT: lvl %s1
65 ; CHECK-NEXT: lvl %s1
68 ; CHECK-NEXT: lvl %s16
83 ; CHECK-NEXT: lvl %s0
95 ; CHECK-NEXT: lvl %s0
98 ; CHECK-NEXT: lvl %s16
110 ; CHECK-NEXT: lvl %s0
[all …]
Dvsla.ll15 ; CHECK-NEXT: lvl %s0
30 ; CHECK-NEXT: lvl %s0
33 ; CHECK-NEXT: lvl %s16
49 ; CHECK-NEXT: lvl %s1
65 ; CHECK-NEXT: lvl %s1
68 ; CHECK-NEXT: lvl %s16
83 ; CHECK-NEXT: lvl %s0
95 ; CHECK-NEXT: lvl %s0
98 ; CHECK-NEXT: lvl %s16
110 ; CHECK-NEXT: lvl %s0
[all …]
Dvsra.ll15 ; CHECK-NEXT: lvl %s0
30 ; CHECK-NEXT: lvl %s0
33 ; CHECK-NEXT: lvl %s16
49 ; CHECK-NEXT: lvl %s1
65 ; CHECK-NEXT: lvl %s1
68 ; CHECK-NEXT: lvl %s16
83 ; CHECK-NEXT: lvl %s0
95 ; CHECK-NEXT: lvl %s0
98 ; CHECK-NEXT: lvl %s16
110 ; CHECK-NEXT: lvl %s0
[all …]
Dvadd.ll15 ; CHECK-NEXT: lvl %s1
30 ; CHECK-NEXT: lvl %s0
42 ; CHECK-NEXT: lvl %s1
45 ; CHECK-NEXT: lvl %s16
60 ; CHECK-NEXT: lvl %s0
63 ; CHECK-NEXT: lvl %s16
75 ; CHECK-NEXT: lvl %s1
78 ; CHECK-NEXT: lvl %s16
93 ; CHECK-NEXT: lvl %s0
96 ; CHECK-NEXT: lvl %s16
[all …]
Dvsub.ll15 ; CHECK-NEXT: lvl %s0
30 ; CHECK-NEXT: lvl %s0
33 ; CHECK-NEXT: lvl %s16
48 ; CHECK-NEXT: lvl %s1
63 ; CHECK-NEXT: lvl %s1
66 ; CHECK-NEXT: lvl %s16
81 ; CHECK-NEXT: lvl %s0
93 ; CHECK-NEXT: lvl %s0
96 ; CHECK-NEXT: lvl %s16
108 ; CHECK-NEXT: lvl %s0
[all …]
Dvcmp.ll15 ; CHECK-NEXT: lvl %s0
30 ; CHECK-NEXT: lvl %s0
33 ; CHECK-NEXT: lvl %s16
48 ; CHECK-NEXT: lvl %s1
63 ; CHECK-NEXT: lvl %s1
66 ; CHECK-NEXT: lvl %s16
81 ; CHECK-NEXT: lvl %s0
93 ; CHECK-NEXT: lvl %s0
96 ; CHECK-NEXT: lvl %s16
108 ; CHECK-NEXT: lvl %s0
[all …]
Dvmul.ll14 ; CHECK-NEXT: lvl %s0
29 ; CHECK-NEXT: lvl %s0
32 ; CHECK-NEXT: lvl %s16
47 ; CHECK-NEXT: lvl %s1
62 ; CHECK-NEXT: lvl %s1
65 ; CHECK-NEXT: lvl %s16
80 ; CHECK-NEXT: lvl %s0
92 ; CHECK-NEXT: lvl %s0
95 ; CHECK-NEXT: lvl %s16
107 ; CHECK-NEXT: lvl %s0
[all …]
Dvcvt.ll14 ; CHECK-NEXT: lvl %s0
29 ; CHECK-NEXT: lvl %s0
32 ; CHECK-NEXT: lvl %s16
47 ; CHECK-NEXT: lvl %s0
50 ; CHECK-NEXT: lvl %s16
65 ; CHECK-NEXT: lvl %s0
80 ; CHECK-NEXT: lvl %s0
83 ; CHECK-NEXT: lvl %s16
98 ; CHECK-NEXT: lvl %s0
101 ; CHECK-NEXT: lvl %s16
[all …]
Dvsrl.ll15 ; CHECK-NEXT: lvl %s0
30 ; CHECK-NEXT: lvl %s0
33 ; CHECK-NEXT: lvl %s16
48 ; CHECK-NEXT: lvl %s1
63 ; CHECK-NEXT: lvl %s1
66 ; CHECK-NEXT: lvl %s16
81 ; CHECK-NEXT: lvl %s0
93 ; CHECK-NEXT: lvl %s0
96 ; CHECK-NEXT: lvl %s16
108 ; CHECK-NEXT: lvl %s0
[all …]
Dvsll.ll15 ; CHECK-NEXT: lvl %s0
30 ; CHECK-NEXT: lvl %s0
33 ; CHECK-NEXT: lvl %s16
48 ; CHECK-NEXT: lvl %s1
63 ; CHECK-NEXT: lvl %s1
66 ; CHECK-NEXT: lvl %s16
81 ; CHECK-NEXT: lvl %s0
93 ; CHECK-NEXT: lvl %s0
96 ; CHECK-NEXT: lvl %s16
108 ; CHECK-NEXT: lvl %s0
[all …]
/external/llvm-project/llvm/test/MC/VE/
DLVL.s6 # CHECK-INST: lvl %s11
8 lvl %s11 label
10 # CHECK-INST: lvl 63
12 lvl 63 label
14 # CHECK-INST: lvl -64
16 lvl -64 label
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/
Dinlineasm-vldvst.ll10 ; CHECK-NEXT: lvl %s2
16 %lvl = tail call i64 asm sideeffect "lea $0, 256", "=r"() nounwind
17 tail call void asm sideeffect "lvl $0", "r"(i64 %lvl) nounwind
29 ; CHECK-NEXT: lvl %s2
38 %lvl = tail call i64 asm sideeffect "lea $0, 256", "=r"() nounwind
39 tail call void asm sideeffect "lvl $0", "r"(i64 %lvl) nounwind
52 ; CHECK-NEXT: lvl %s2
67 %lvl = tail call i64 asm sideeffect "lea $0, 256", "=r"() nounwind
68 tail call void asm sideeffect "lvl $0", "r"(i64 %lvl) nounwind
/external/mesa3d/src/freedreno/ir3/
Dir3_print.c217 tab(int lvl) in tab() argument
219 for (int i = 0; i < lvl; i++) in tab()
224 print_instr(struct ir3_instruction *instr, int lvl) in print_instr() argument
228 tab(lvl); in print_instr()
318 print_block(struct ir3_block *block, int lvl) in print_block() argument
320 tab(lvl); printf("block%u {\n", block_id(block)); in print_block()
327 tab(lvl+1); in print_block()
339 print_instr(instr, lvl+1); in print_block()
342 tab(lvl+1); printf("/* keeps:\n"); in print_block()
344 print_instr(block->keeps[i], lvl+2); in print_block()
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c225 unsigned lvl, layers = 0; in fd6_sampler_view_create() local
248 lvl = 0; in fd6_sampler_view_create()
259 lvl = fd_sampler_first_level(cso); in fd6_sampler_view_create()
260 miplevels = fd_sampler_last_level(cso) - lvl; in fd6_sampler_view_create()
265 A6XX_TEX_CONST_1_WIDTH(u_minify(prsc->width0, lvl)) | in fd6_sampler_view_create()
266 A6XX_TEX_CONST_1_HEIGHT(u_minify(prsc->height0, lvl)); in fd6_sampler_view_create()
269 A6XX_TEX_CONST_2_PITCH(fd_resource_pitch(rsc, lvl)); in fd6_sampler_view_create()
271 ubwc_enabled = fd_resource_ubwc_enabled(rsc, lvl); in fd6_sampler_view_create()
281 A6XX_TEX_CONST_6_PLANE_PITCH(fd_resource_pitch(next, lvl)); in fd6_sampler_view_create()
288 fd_resource_ubwc_offset(rsc, lvl, cso->u.tex.first_layer); in fd6_sampler_view_create()
[all …]

123456789