| /openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
| H A D | libaio_fix_for_mips_syscalls.patch | 17 #define io_syscall2(type,fname,sname,atype,a,btype,b) \ 18 @@ -100,7 +100,7 @@ type fname(atype a, btype b) \ 26 #define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \ 27 @@ -125,7 +125,7 @@ type fname(atype a, btype b, ctype c) \ 35 #define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 36 @@ -150,7 +150,7 @@ type fname(atype a, btype b, ctype c, dt 45 @@ -186,7 +186,7 @@ type fname(atype a, btype b, ctype c, dt 54 @@ -216,7 +216,7 @@ type fname (atype a,btype b,ctype c,dtyp
|
| H A D | 00_arches.patch | 43 +#define io_syscall2(type,fname,sname,atype,a,btype,b) \ 44 +type fname(atype a,btype b) \ 56 +#define io_syscall3(type,fname,sname,atype,a,btype,b,ctype,c) \ 57 +type fname(atype a,btype b,ctype c) \ 71 +#define io_syscall4(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d) \ 72 +type fname (atype a, btype b, ctype c, dtype d) \ 87 +#define io_syscall5(type,fname,sname,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ 88 +type fname (atype a,btype b,ctype c,dtype d,etype e) \ 191 +#define io_syscall2(type,fname,sname,atype,a,btype,b) \ 192 +type fname(atype a, btype b) \ [all …]
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_devconfig.c | 9 static int xen_config_dev_dirs(const char *ftype, const char *btype, int vdev, in xen_config_dev_dirs() argument 19 snprintf(be, len, "%s/backend/%s/%d/%d", dom, btype, xen_domid, vdev); in xen_config_dev_dirs()
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | mini_inflate.c | 353 int bfinal, btype; in decompress_block() local 359 btype = pull_bits(&stream, 2); in decompress_block() 360 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block() 361 else if (btype == DYNAMIC_COMP) in decompress_block() 363 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | grub-efi-cfg.bbclass | 98 for btype in btypes: 103 cfgfile.write('\nmenuentry \'%s%s\'{\n' % (title, btype[0])) 119 cfgfile.write(' %s' % btype[1])
|
| H A D | syslinux.bbclass | 172 for btype in btypes: 173 cfgfile.write('LABEL %s%s\nKERNEL /%s\n' % (btype[0], label, kernel)) 177 btype[1] += " " + exargs 190 cfgfile.write('%s %s\n' % (append, btype[1]))
|
| H A D | kernel-yocto.bbclass | 96 btype = urldata.parm.get("type") 97 if btype != "kmeta":
|
| /openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ |
| H A D | clock.h | 125 void rtc_only_update_board_type(u32 btype);
|
| /openbmc/qemu/target/arm/ |
| H A D | syndrome.h | 260 static inline uint32_t syn_btitrap(int btype) in syn_btitrap() argument 262 return (EC_BTITRAP << ARM_EL_EC_SHIFT) | ARM_EL_IL | btype; in syn_btitrap()
|
| H A D | cpu.h | 312 uint32_t btype; /* BTI branch type. spsr[11:10]. */ member 1538 | env->pstate | env->daif | (env->btype << 10); in pstate_read() 1548 env->btype = (val >> 10) & 3; in pstate_write()
|
| /openbmc/qemu/hw/net/ |
| H A D | vmxnet3.h | 343 u32 btype:1; /* Buffer Type */ member 347 u32 btype:1; /* Buffer Type */
|
| H A D | vmxnet3.c | 223 descr->rsvd, descr->dtype, descr->ext1, descr->btype); in vmxnet3_dump_rx_descr() 756 if (descr_buf->btype == VMXNET3_RXD_BTYPE_HEAD) { in vmxnet3_get_next_head_rx_descr() 777 if (d->btype == VMXNET3_RXD_BTYPE_BODY) { in vmxnet3_get_next_body_rx_descr() 796 assert(d->btype == VMXNET3_RXD_BTYPE_BODY); in vmxnet3_get_next_body_rx_descr()
|
| /openbmc/u-boot/board/ti/am43xx/ |
| H A D | board.c | 553 void rtc_only_update_board_type(u32 btype) in rtc_only_update_board_type() argument 558 switch (btype) { in rtc_only_update_board_type()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | hflags.c | 594 DP_TBFLAG_A64(flags, BTYPE, env->btype); in arm_get_tb_cpu_state()
|
| H A D | translate-a64.c | 139 offsetof(CPUARMState, btype)); in set_btype_raw() 147 s->btype = -1; in set_btype() 152 if (s->btype != 0) { in reset_btype() 154 s->btype = 0; in reset_btype() 1719 s->btype = -1; in set_btype_for_br() 10071 static bool btype_destination_ok(uint32_t insn, bool bt, int btype) in btype_destination_ok() argument 10082 return !bt || btype != 3; in btype_destination_ok() 10088 return btype != 3; in btype_destination_ok() 10091 return btype != 2; in btype_destination_ok() 10148 dc->btype = EX_TBFLAG_A64(tb_flags, BTYPE); in aarch64_tr_init_disas_context() [all …]
|
| H A D | helper-a64.c | 1766 raise_exception(env, EXCP_UDEF, syn_btitrap(env->btype), in HELPER() 1777 env->btype = is_guarded_page(env, pc, GETPC()) ? 3 : 1; in HELPER()
|
| H A D | translate.h | 171 int8_t btype; member
|
| /openbmc/qemu/target/ppc/ |
| H A D | dfp_helper.c | 625 int btype = b_is_special ? (decNumberIsNaN(&dfp.b) ? 4 : 2) : 1; \ 626 dfp.crbf = (atype ^ btype) ? 0x1 : 0x2; \
|
| /openbmc/qemu/linux-user/aarch64/ |
| H A D | signal.c | 795 env->btype = 2; in target_setup_frame()
|