/openbmc/qemu/tests/tcg/arm/ |
H A D | hello-arm.c | 55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 56 type name(type1 arg1,type2 arg2,type3 arg3) { \ 71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 72 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \ 88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument 89 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) { \
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 126 type name(type1 arg1, type2 arg2, type3 arg3) \ 131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 132 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument 139 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 492 #define safe_syscall3(type, name, type1, arg1, type2, arg2, type3, arg3) \ argument 493 type safe_##name(type1 arg1, type2 arg2, type3 arg3) \ 498 #define safe_syscall4(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument 500 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 505 #define safe_syscall5(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument 507 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \ 513 #define safe_syscall6(type, name, type1, arg1, type2, arg2, type3, arg3, \ argument 515 type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 64 } type3; variable 649 SMBIOS_TABLE_SET_STR(3, manufacturer_str, type3.manufacturer); in smbios_build_type_3_table() 651 SMBIOS_TABLE_SET_STR(3, version_str, type3.version); in smbios_build_type_3_table() 652 SMBIOS_TABLE_SET_STR(3, serial_number_str, type3.serial); in smbios_build_type_3_table() 653 SMBIOS_TABLE_SET_STR(3, asset_tag_number_str, type3.asset); in smbios_build_type_3_table() 663 SMBIOS_TABLE_SET_STR(3, sku_number_str, type3.sku); in smbios_build_type_3_table() 1027 SMBIOS_SET_DEFAULT(type3.manufacturer, manufacturer); in smbios_set_defaults() 1028 SMBIOS_SET_DEFAULT(type3.version, version); in smbios_set_defaults() 1450 save_opt(&type3.manufacturer, opts, "manufacturer"); in smbios_entry_add() 1451 save_opt(&type3.version, opts, "version"); in smbios_entry_add() [all …]
|
/openbmc/qemu/docs/system/devices/ |
H A D | cxl.rst | 197 | CXL Type3 0 | | CXL Type3 1 | | CXL type3 2| | CLX Type 3 3 | 230 the present CXL type3 devices, by interleaving those (interleaved) 292 | CXL Type3 0 | | CXL Type3 1 | | CXL type3 2| | CLX Type 3 3 | 311 -device cxl-type3,bus=root_port13,persistent-memdev=cxl-mem1,lsa=cxl-lsa1,id=cxl-pmem0 \ 321 -device cxl-type3,bus=root_port13,volatile-memdev=vmem0,id=cxl-vmem0 \ 332 -device cxl-type3,bus=root_port13,volatile-memdev=vmem0,lsa=cxl-lsa0,id=cxl-vmem0 \ 352 -device cxl-type3,bus=root_port13,persistent-memdev=cxl-mem1,lsa=cxl-lsa1,id=cxl-pmem0 \ 354 -device cxl-type3,bus=root_port14,persistent-memdev=cxl-mem2,lsa=cxl-lsa2,id=cxl-pmem1 \ 356 -device cxl-type3,bus=root_port15,persistent-memdev=cxl-mem3,lsa=cxl-lsa3,id=cxl-pmem2 \ 358 -device cxl-type3,bus=root_port16,persistent-memdev=cxl-mem4,lsa=cxl-lsa4,id=cxl-pmem3 \ [all …]
|
/openbmc/u-boot/drivers/pinctrl/rockchip/ |
H A D | pinctrl-rockchip.h | 144 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 159 { .drv_type = type3, .offset = -1 }, \
|
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
H A D | 00_arches.patch | 467 +#define io_syscall3(type,fname,sname,type1,arg1,type2,arg2,type3,arg3) \ 468 +type fname(type1 arg1, type2 arg2, type3 arg3) \ 473 +#define io_syscall4(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ 474 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \ 479 +#define io_syscall5(type,fname,sname,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ 480 +type fname(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
|
/openbmc/linux/drivers/scsi/ |
H A D | myrb.c | 215 mbox->type3.id = MYRB_DCMD_TAG; in myrb_exec_type3() 216 mbox->type3.opcode = op; in myrb_exec_type3() 217 mbox->type3.addr = addr; in myrb_exec_type3() 350 mbox->type3.id = MYRB_MCMD_TAG; in myrb_get_errtable() 351 mbox->type3.opcode = MYRB_CMD_GET_ERROR_TABLE; in myrb_get_errtable() 352 mbox->type3.addr = cb->err_table_addr; in myrb_get_errtable() 454 mbox->type3.id = MYRB_MCMD_TAG; in myrb_get_rbld_progress() 455 mbox->type3.opcode = MYRB_CMD_GET_REBUILD_PROGRESS; in myrb_get_rbld_progress() 456 mbox->type3.addr = rbld_addr; in myrb_get_rbld_progress() 547 mbox->type3.id = MYRB_MCMD_TAG; in myrb_get_cc_progress() [all …]
|
H A D | myrb.h | 588 } __packed type3; member
|
/openbmc/linux/sound/usb/ |
H A D | clock.c | 100 #define DEFINE_FIND_HELPER(name, obj, validator, type2, type3) \ argument 104 proto == UAC_VERSION_3 ? (type3) : (type2), \
|
/openbmc/linux/drivers/pci/ |
H A D | setup-bus.c | 984 unsigned long type3, resource_size_t min_size, in pbus_size_mem() argument 1019 (r->flags & mask) != type3)) in pbus_size_mem() 1199 unsigned long mask, prefmask, type2 = 0, type3 = 0; in __pci_bus_size_bridges() local 1276 type3 = prefmask & ~IORESOURCE_PREFETCH; in __pci_bus_size_bridges() 1301 type2 = type3 = IORESOURCE_MEM; in __pci_bus_size_bridges() 1318 pbus_size_mem(bus, mask, IORESOURCE_MEM, type2, type3, in __pci_bus_size_bridges()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | aachba.c | 209 struct tvpd_id_descriptor_type_3 type3; member 977 vpdpage83data->type3.codeset = 1; in build_vpd83_type3() 978 vpdpage83data->type3.identifiertype = 3; in build_vpd83_type3() 979 vpdpage83data->type3.identifierlength = sizeof(vpdpage83data->type3) in build_vpd83_type3() 986 memcpy(vpdpage83data->type3.Identifier, in build_vpd83_type3() 1034 sizeof(vpdpage83data.type3); in get_container_serial_callback()
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 311 ``-device cxl-type3,memdev=xxxx`` (since 8.0) 314 The ``cxl-type3`` device initially only used a single memory backend. With
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 239 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 240 static type name (type1 arg1,type2 arg2,type3 arg3) \ 245 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 246 static type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4) \ 251 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 253 static type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \ 259 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 261 static type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5, \ 649 #define safe_syscall3(type, name, type1, arg1, type2, arg2, type3, arg3) \ argument 650 static type safe_##name(type1 arg1, type2 arg2, type3 arg3) \ [all …]
|
/openbmc/docs/designs/ |
H A D | phosphor-audit.md | 193 [Notify type3] [Recipient]
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pip-defs.h | 2565 uint64_t type3:16; member 2573 uint64_t type3:16;
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-cxl | 233 What: /sys/bus/cxl/devices/decoderX.Y/cap_{pmem,ram,type2,type3}
|
/openbmc/linux/Documentation/input/joydev/ |
H A D | joystick.rst | 166 analog.map=<type1>,<type2>,<type3>,....
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 87 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 102 { .drv_type = type3, .offset = -1 }, \
|