Home
last modified time | relevance | path

Searched refs:func_code (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py51 def func_code(f): function
52 return f.func_code
54 def func_code(f): function
360 func_code(func).co_filename, func_code(func).co_firstlineno,
682 line = func_code(t).co_firstlineno
683 file = func_code(t).co_filename
708 f.sort(key=lambda x: func_code(x[1]).co_firstlineno)
726 line = func_code(f).co_firstlineno
727 file = func_code(f).co_filename
735 nargs = func_code(f).co_argcount
[all …]
H A Dyacc.py91 def func_code(f): function
92 return f.func_code
94 def func_code(f): function
2886 eline = func_code(self.error_func).co_firstlineno
2887 efile = func_code(self.error_func).co_filename
2890 if (func_code(self.error_func).co_argcount != 1+ismethod):
2970 line = func_code(item).co_firstlineno
2971 file = func_code(item).co_filename
2994 if func_code(func).co_argcount > reqargs:
2997 elif func_code(func).co_argcount < reqargs:
[all …]
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_api.c647 unsigned int func_code; in zcrypt_rsa_modexpo() local
656 func_code = 0; in zcrypt_rsa_modexpo()
668 rc = get_rsa_modex_fc(mex, &func_code); in zcrypt_rsa_modexpo()
688 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_modexpo()
739 trace_s390_zcrypt_rep(mex, func_code, rc, in zcrypt_rsa_modexpo()
752 unsigned int func_code; in zcrypt_rsa_crt() local
761 func_code = 0; in zcrypt_rsa_crt()
773 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt()
793 wgt = zc->speed_rating[func_code]; in zcrypt_rsa_crt()
844 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt()
[all …]
H A Dzcrypt_msgtype6.c1074 unsigned int *func_code, unsigned short **dom) in prep_cca_ap_msg() argument
1090 return xcrb_msg_to_type6cprb_msgx(userspace, ap_msg, xcrb, func_code, dom); in prep_cca_ap_msg()
1171 unsigned int *func_code, unsigned int *domain) in prep_ep11_ap_msg() argument
1188 func_code, domain); in prep_ep11_ap_msg()
1283 int prep_rng_ap_msg(struct ap_message *ap_msg, int *func_code, in prep_rng_ap_msg() argument
1303 *func_code = HWRNG; in prep_rng_ap_msg()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1586 uint16_t func_code; in handle_diag() local
1592 func_code = decode_basedisp_rs(&cpu->env, ipb, NULL) & DIAG_KVM_CODE_MASK; in handle_diag()
1593 switch (func_code) { in handle_diag()
1610 trace_kvm_insn_diag(func_code); in handle_diag()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5708 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahc_match_scb()
7596 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahc_handle_en_lun()
H A Daic79xx_core.c7963 group = XPT_FC_GROUP(scb->io_ctx->ccb_h.func_code); in ahd_match_scb()
10441 if (ccbh->func_code == XPT_CONT_TARGET_IO in ahd_handle_en_lun()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c2233 TCGv_i32 func_code = tcg_constant_i32(get_field(s, i2)); in op_diag() local
2235 gen_helper_diag(tcg_env, r1, r3, func_code); in op_diag()