Searched refs:cfa (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/arc/kernel/ |
| H A D | unwind.c | 144 struct cfa { struct 146 } cfa; member 154 static const struct cfa badCFA = { ARRAY_SIZE(reg_info), 1 }; 803 memcpy(&state->cfa, &badCFA, in processCFI() 804 sizeof(state->cfa)); in processCFI() 817 state->cfa.reg = get_uleb128(&ptr.p8, end); in processCFI() 818 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI() 821 state->cfa.offs = get_uleb128(&ptr.p8, end); in processCFI() 823 state->cfa.offs); in processCFI() 826 state->cfa.reg = get_uleb128(&ptr.p8, end); in processCFI() [all …]
|
| /linux/tools/objtool/ |
| H A D | check.c | 320 cfi->cfa.base = CFI_UNDEFINED; in init_cfi_state() 2249 state->cfa = initial_func_cfi.cfa; in set_func_state() 2252 state->stack_size = initial_func_cfi.cfa.offset; in set_func_state() 2336 if (arch_decode_hint_reg(hint->sp_reg, &cfi.cfa.base)) { in read_unwind_hints() 2341 cfi.cfa.offset = bswap_if_needed(file->elf, hint->sp_offset); in read_unwind_hints() 2727 if (cfi->cfa.base != initial_func_cfi.cfa.base || cfi->drap) in has_modified_stack_frame() 2730 if (cfi->cfa.offset != initial_func_cfi.cfa.offset) in has_modified_stack_frame() 2733 if (cfi->stack_size != initial_func_cfi.cfa.offset) in has_modified_stack_frame() 2756 if (cfi->cfa.base == CFI_BP && in has_valid_stack_frame() 2757 check_reg_frame_pos(&cfi->regs[CFI_BP], -cfi->cfa.offset) && in has_valid_stack_frame() [all …]
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 21 struct ceph_fscrypt_auth *cfa = (struct ceph_fscrypt_auth *)ci->fscrypt_auth; in ceph_crypt_get_context() local 25 if (!cfa || (ci->fscrypt_auth_len < (offsetof(struct ceph_fscrypt_auth, cfa_blob) + 1))) in ceph_crypt_get_context() 29 if (le32_to_cpu(cfa->cfa_version) != CEPH_FSCRYPT_AUTH_VERSION) in ceph_crypt_get_context() 32 ctxlen = le32_to_cpu(cfa->cfa_blob_len); in ceph_crypt_get_context() 36 memcpy(ctx, cfa->cfa_blob, ctxlen); in ceph_crypt_get_context() 46 struct ceph_fscrypt_auth *cfa; in ceph_crypt_set_context() local 53 cfa = kzalloc_obj(*cfa); in ceph_crypt_set_context() 54 if (!cfa) in ceph_crypt_set_context() 57 cfa->cfa_version = cpu_to_le32(CEPH_FSCRYPT_AUTH_VERSION); in ceph_crypt_set_context() 58 cfa->cfa_blob_len = cpu_to_le32(len); in ceph_crypt_set_context() [all …]
|
| /linux/tools/objtool/include/objtool/ |
| H A D | cfi.h | 24 struct cfi_reg cfa; member 31 struct cfi_reg cfa; member
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H 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()
|
| H A D | isppreview.h | 81 struct omap3isp_prev_cfa cfa; member
|
| /linux/arch/loongarch/include/asm/ |
| H 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/ |
| H 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/ |
| H 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/ |
| H A D | video.txt | 29 - xlnx,cfa-pattern: When the video format is set to Mono/Sensor, this property
|
| /linux/arch/sh/include/asm/ |
| H A D | dwarf.h | 279 unsigned long cfa; member
|
| /linux/tools/objtool/arch/x86/ |
| H A D | decode.c | 842 state->cfa.base = CFI_SP; in arch_decode_hint_reg() 843 state->cfa.offset = 8; in arch_decode_hint_reg()
|
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | ccs-regs.asc | 467 # cfa conversion registers 996 # cfa pattern capability registers
|