| /linux/tools/objtool/ |
| A D | check.c | 2268 state->cfa = initial_func_cfi.cfa; in set_func_state() 2757 if (cfi->cfa.base != initial_func_cfi.cfa.base || cfi->drap) in has_modified_stack_frame() 2760 if (cfi->cfa.offset != initial_func_cfi.cfa.offset) in has_modified_stack_frame() 2801 struct cfi_reg *cfa = &cfi->cfa; in update_cfi_state_regs() local 2803 if (cfa->base != CFI_SP && cfa->base != CFI_SP_INDIRECT) in update_cfi_state_regs() 2894 struct cfi_reg *cfa = &cfi->cfa; in update_cfi_state() local 2955 (cfa->base == CFI_BP || cfa->base == cfi->drap_reg)) { in update_cfi_state() 3058 if (cfa->base == CFI_BP && cfa->offset == 0) { in update_cfi_state() 3406 if (memcmp(&cfi1->cfa, &cfi2->cfa, sizeof(cfi1->cfa))) { in insn_cfi_match() 3409 cfi1->cfa.base, cfi1->cfa.offset, in insn_cfi_match() [all …]
|
| /linux/arch/arc/kernel/ |
| A D | unwind.c | 144 struct cfa { struct 146 } cfa; member 812 memcpy(&state->cfa, &badCFA, in processCFI() 813 sizeof(state->cfa)); in processCFI() 832 state->cfa.offs); in processCFI() 1134 memcpy(&state.cfa, &badCFA, sizeof(state.cfa)); in arc_unwind() 1182 cfa = FRAME_REG(state.cfa.reg, unsigned long) + state.cfa.offs; in arc_unwind() 1186 startLoc = min(STACK_LIMIT(cfa), cfa); in arc_unwind() 1187 endLoc = max(STACK_LIMIT(cfa), cfa); in arc_unwind() 1191 state.cfa.reg, state.cfa.offs, cfa); in arc_unwind() [all …]
|
| /linux/fs/ceph/ |
| A D | crypto.c | 74 struct ceph_fscrypt_auth *cfa = (struct ceph_fscrypt_auth *)ci->fscrypt_auth; in ceph_crypt_get_context() local 82 if (le32_to_cpu(cfa->cfa_version) != CEPH_FSCRYPT_AUTH_VERSION) in ceph_crypt_get_context() 85 ctxlen = le32_to_cpu(cfa->cfa_blob_len); in ceph_crypt_get_context() 89 memcpy(ctx, cfa->cfa_blob, ctxlen); in ceph_crypt_get_context() 99 struct ceph_fscrypt_auth *cfa; in ceph_crypt_set_context() local 106 cfa = kzalloc(sizeof(*cfa), GFP_KERNEL); in ceph_crypt_set_context() 107 if (!cfa) in ceph_crypt_set_context() 110 cfa->cfa_version = cpu_to_le32(CEPH_FSCRYPT_AUTH_VERSION); in ceph_crypt_set_context() 111 cfa->cfa_blob_len = cpu_to_le32(len); in ceph_crypt_set_context() 112 memcpy(cfa->cfa_blob, ctx, len); in ceph_crypt_set_context() [all …]
|
| /linux/tools/objtool/include/objtool/ |
| A D | cfi.h | 24 struct cfi_reg cfa; member 31 struct cfi_reg cfa; member
|
| /linux/tools/objtool/arch/loongarch/ |
| A D | orc.c | 50 switch (cfi->cfa.base) { in init_orc_entry() 58 WARN_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry() 96 orc->sp_offset = cfi->cfa.offset; in init_orc_entry()
|
| A D | decode.c | 363 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state() 364 state->cfa.offset = 0; in arch_initial_func_cfi_state()
|
| /linux/tools/objtool/arch/x86/ |
| A D | orc.c | 49 switch (cfi->cfa.base) { in init_orc_entry() 75 WARN_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry() 94 orc->sp_offset = cfi->cfa.offset; in init_orc_entry()
|
| A D | decode.c | 755 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state() 756 state->cfa.offset = 8; in arch_initial_func_cfi_state()
|
| /linux/tools/objtool/arch/powerpc/ |
| A D | decode.c | 102 state->cfa.base = CFI_SP; in arch_initial_func_cfi_state() 103 state->cfa.offset = 0; in arch_initial_func_cfi_state()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| A 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()
|
| A D | isppreview.c | 243 const struct omap3isp_prev_cfa *cfa = ¶ms->cfa; in preview_config_cfa() local 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() 1318 params->cfa.gradthrs_horz = FLR_CFA_GRADTHRS_HORZ; in preview_init_params() [all …]
|
| A D | isppreview.h | 81 struct omap3isp_prev_cfa cfa; member
|
| /linux/arch/loongarch/include/asm/ |
| A D | unwind.h | 51 unsigned long pc, unsigned long cfa) in unwind_graph_addr() argument 54 pc, (unsigned long *)(cfa - GRAPH_FAKE_OFFSET)); in unwind_graph_addr()
|
| /linux/arch/sh/kernel/ |
| A 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/include/uapi/linux/ |
| A D | omap3isp.h | 252 __u8 cfa; /* BAYER or FOVEON X3 */ member 662 struct omap3isp_prev_cfa __user *cfa; member
|
| /linux/Documentation/devicetree/bindings/media/xilinx/ |
| A D | video.txt | 29 - xlnx,cfa-pattern: When the video format is set to Mono/Sensor, this property
|
| /linux/arch/sh/include/asm/ |
| A D | dwarf.h | 279 unsigned long cfa; member
|
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| A D | ccs-regs.asc | 467 # cfa conversion registers 996 # cfa pattern capability registers
|