Searched refs:cfa (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/tools/objtool/ |
D | check.c | 266 cfi->cfa.base = CFI_UNDEFINED; in init_cfi_state() 2021 state->cfa = initial_func_cfi.cfa; in set_func_state() 2024 state->stack_size = initial_func_cfi.cfa.offset; in set_func_state() 2107 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints() 2113 cfi.cfa.offset = bswap_if_needed(hint->sp_offset); in read_unwind_hints() 2464 if (cfi->cfa.base != initial_func_cfi.cfa.base || cfi->drap) in has_modified_stack_frame() 2467 if (cfi->cfa.offset != initial_func_cfi.cfa.offset) in has_modified_stack_frame() 2470 if (cfi->stack_size != initial_func_cfi.cfa.offset) in has_modified_stack_frame() 2493 if (cfi->cfa.base == CFI_BP && in has_valid_stack_frame() 2494 check_reg_frame_pos(&cfi->regs[CFI_BP], -cfi->cfa.offset) && in has_valid_stack_frame() [all …]
|
D | orc_gen.c | 31 if (cfi->cfa.base == CFI_UNDEFINED) { in init_orc_entry() 36 switch (cfi->cfa.base) { in init_orc_entry() 63 insn->sec, insn->offset, cfi->cfa.base); in init_orc_entry() 83 orc->sp_offset = cfi->cfa.offset; in init_orc_entry()
|
/linux-6.1.9/arch/arc/kernel/ |
D | unwind.c | 144 struct cfa { struct 146 } cfa; member 154 static const struct cfa badCFA = { ARRAY_SIZE(reg_info), 1 }; 810 memcpy(&state->cfa, &badCFA, in processCFI() 811 sizeof(state->cfa)); in processCFI() 824 state->cfa.reg = get_uleb128(&ptr.p8, end); in processCFI() 825 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI() 828 state->cfa.offs = get_uleb128(&ptr.p8, end); in processCFI() 830 state->cfa.offs); in processCFI() 833 state->cfa.reg = get_uleb128(&ptr.p8, end); in processCFI() [all …]
|
/linux-6.1.9/tools/objtool/include/objtool/ |
D | cfi.h | 24 struct cfi_reg cfa; member 31 struct cfi_reg cfa; member
|
/linux-6.1.9/drivers/media/platform/ti/omap3isp/ |
D | isphist.c | 76 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()
|
D | isppreview.c | 243 const struct omap3isp_prev_cfa *cfa = ¶ms->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 …]
|
D | isppreview.h | 81 struct omap3isp_prev_cfa cfa; member
|
/linux-6.1.9/arch/sh/kernel/ |
D | dwarf.c | 675 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()
|
/linux-6.1.9/include/uapi/linux/ |
D | omap3isp.h | 252 __u8 cfa; /* BAYER or FOVEON X3 */ member 662 struct omap3isp_prev_cfa __user *cfa; member
|
/linux-6.1.9/Documentation/devicetree/bindings/media/xilinx/ |
D | video.txt | 29 - xlnx,cfa-pattern: When the video format is set to Mono/Sensor, this property
|
/linux-6.1.9/arch/sh/include/asm/ |
D | dwarf.h | 279 unsigned long cfa; member
|
/linux-6.1.9/tools/objtool/arch/x86/ |
D | decode.c | 712 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state() 713 state->cfa.offset = 8; in arch_initial_func_cfi_state()
|
/linux-6.1.9/Documentation/driver-api/media/drivers/ccs/ |
D | ccs-regs.asc | 467 # cfa conversion registers 996 # cfa pattern capability registers
|