Home
last modified time | relevance | path

Searched refs:cfa (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/tools/objtool/
H A Dcheck.c255 cfi->cfa.base = CFI_UNDEFINED; in init_cfi_state()
1790 state->cfa = initial_func_cfi.cfa; in set_func_state()
1793 state->stack_size = initial_func_cfi.cfa.offset; in set_func_state()
1871 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints()
1877 cfi.cfa.offset = hint->sp_offset; in read_unwind_hints()
2166 if (cfi->cfa.base != initial_func_cfi.cfa.base || cfi->drap) in has_modified_stack_frame()
2169 if (cfi->cfa.offset != initial_func_cfi.cfa.offset) in has_modified_stack_frame()
2172 if (cfi->stack_size != initial_func_cfi.cfa.offset) in has_modified_stack_frame()
2188 if (cfi->cfa.base == CFI_BP && cfi->regs[CFI_BP].base == CFI_CFA && in has_valid_stack_frame()
2202 struct cfi_reg *cfa = &cfi->cfa; in update_cfi_state_regs() local
[all …]
H A Dorc_gen.c30 if (cfi->cfa.base == CFI_UNDEFINED) { in init_orc_entry()
35 switch (cfi->cfa.base) { in init_orc_entry()
62 insn->sec, insn->offset, cfi->cfa.base); in init_orc_entry()
82 orc->sp_offset = cfi->cfa.offset; in init_orc_entry()
H A Dcfi.h24 struct cfi_reg cfa; member
31 struct cfi_reg cfa; member
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dunwind.c144 struct cfa { struct
146 } cfa; member
154 static const struct cfa badCFA = { ARRAY_SIZE(reg_info), 1 };
814 memcpy(&state->cfa, &badCFA, in processCFI()
815 sizeof(state->cfa)); in processCFI()
828 state->cfa.reg = get_uleb128(&ptr.p8, end); in processCFI()
829 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI()
832 state->cfa.offs = get_uleb128(&ptr.p8, end); in processCFI()
834 state->cfa.offs); in processCFI()
837 state->cfa.reg = get_uleb128(&ptr.p8, end); in processCFI()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Disphist.c76 cnt = conf->cfa << ISPHIST_CNT_CFA_SHIFT; in hist_setup_regs()
81 if (conf->cfa == OMAP3ISP_HIST_CFA_BAYER) in hist_setup_regs()
310 if (user_cfg->cfa > OMAP3ISP_HIST_CFA_FOVEONX3) in hist_validate_params()
366 if (cur_cfg->cfa != user_cfg->cfa) in hist_comp_params()
376 if (c == 3 && user_cfg->cfa == OMAP3ISP_HIST_CFA_FOVEONX3) in hist_comp_params()
H A Disppreview.c243 const struct omap3isp_prev_cfa *cfa = &params->cfa; in preview_config_cfa() local
249 (cfa->gradthrs_vert << ISPPRV_CFA_GRADTH_VER_SHIFT) | in preview_config_cfa()
250 (cfa->gradthrs_horz << ISPPRV_CFA_GRADTH_HOR_SHIFT), in preview_config_cfa()
257 const __u32 *block = cfa->table[order[i]]; in preview_config_cfa()
770 offsetof(struct prev_params, cfa),
771 sizeof_field(struct prev_params, cfa),
772 offsetof(struct omap3isp_prev_update_config, cfa),
1315 params->cfa.format = OMAP3ISP_CFAFMT_BAYER; in preview_init_params()
1316 memcpy(params->cfa.table, cfa_coef_table, in preview_init_params()
1317 sizeof(params->cfa.table)); in preview_init_params()
[all …]
H A Disppreview.h81 struct omap3isp_prev_cfa cfa; member
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Ddwarf.c675 addr = prev->cfa + reg->addr; in dwarf_unwind_stack()
676 frame->cfa = __raw_readl(addr); in dwarf_unwind_stack()
686 frame->cfa = dwarf_read_arch_reg(frame->cfa_register); in dwarf_unwind_stack()
689 frame->cfa += frame->cfa_offset; in dwarf_unwind_stack()
707 addr = frame->cfa + reg->addr; in dwarf_unwind_stack()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Domap3isp.h227 __u8 cfa; /* BAYER or FOVEON X3 */ member
637 struct omap3isp_prev_cfa *cfa; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Domap3isp.h227 __u8 cfa; /* BAYER or FOVEON X3 */ member
637 struct omap3isp_prev_cfa *cfa; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Domap3isp.h247 __u8 cfa; /* BAYER or FOVEON X3 */ member
657 struct omap3isp_prev_cfa __user *cfa; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/xilinx/
H A Dvideo.txt29 - xlnx,cfa-pattern: When the video format is set to Mono/Sensor, this property
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c568 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state()
569 state->cfa.offset = 8; in arch_initial_func_cfi_state()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Ddwarf.h279 unsigned long cfa; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dreg-notes.def138 the form (SET new-cfa-reg (PLUS old-cfa-reg const_int)). If the note
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dreg-notes.def138 the form (SET new-cfa-reg (PLUS old-cfa-reg const_int)). If the note
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info33962 (cfa). The final value should coincide with that calculated by
33980 address (cfa). The final value should coincide with that
33993 offset in bytes from the canonical frame address (cfa) to the frame
34101 'context->cfa' for the stack pointer value. If the frame can be
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info33962 (cfa). The final value should coincide with that calculated by
33980 address (cfa). The final value should coincide with that
33993 offset in bytes from the canonical frame address (cfa) to the frame
34101 'context->cfa' for the stack pointer value. If the frame can be
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state21185 (!pair "cfa"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state21219 (!pair "cfa"
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv6548 …%($"! $(#$%&'$/@:1?DSkdY_MGRSNB@90/-..)(#!$$$$%@cfa`__`gsx|������zsz…