/openbmc/qemu/target/mips/tcg/ |
H A D | lmmi_helper.c | 56 uint64_t helper_paddsb(uint64_t fs, uint64_t ft) in helper_paddsb() 70 uint64_t helper_paddusb(uint64_t fs, uint64_t ft) in helper_paddusb() 84 uint64_t helper_paddsh(uint64_t fs, uint64_t ft) in helper_paddsh() 98 uint64_t helper_paddush(uint64_t fs, uint64_t ft) in helper_paddush() 112 uint64_t helper_paddb(uint64_t fs, uint64_t ft) in helper_paddb() 125 uint64_t helper_paddh(uint64_t fs, uint64_t ft) in helper_paddh() 138 uint64_t helper_paddw(uint64_t fs, uint64_t ft) in helper_paddw() 151 uint64_t helper_psubsb(uint64_t fs, uint64_t ft) in helper_psubsb() 165 uint64_t helper_psubusb(uint64_t fs, uint64_t ft) in helper_psubusb() 179 uint64_t helper_psubsh(uint64_t fs, uint64_t ft) in helper_psubsh() [all …]
|
H A D | fpu_helper.c | 87 void helper_ctc1(CPUMIPSState *env, target_ulong arg1, uint32_t fs, uint32_t rt) in helper_ctc1() 1116 uint64_t helper_float_rint_d(CPUMIPSState *env, uint64_t fs) in helper_float_rint_d() 1125 uint32_t helper_float_rint_s(CPUMIPSState *env, uint32_t fs) in helper_float_rint_s() 1466 uint32_t helper_float_max_s(CPUMIPSState *env, uint32_t fs, uint32_t ft) in helper_float_max_s() 1476 uint64_t helper_float_max_d(CPUMIPSState *env, uint64_t fs, uint64_t ft) in helper_float_max_d() 1486 uint32_t helper_float_maxa_s(CPUMIPSState *env, uint32_t fs, uint32_t ft) in helper_float_maxa_s() 1496 uint64_t helper_float_maxa_d(CPUMIPSState *env, uint64_t fs, uint64_t ft) in helper_float_maxa_d() 1506 uint32_t helper_float_min_s(CPUMIPSState *env, uint32_t fs, uint32_t ft) in helper_float_min_s() 1516 uint64_t helper_float_min_d(CPUMIPSState *env, uint64_t fs, uint64_t ft) in helper_float_min_d() 1526 uint32_t helper_float_mina_s(CPUMIPSState *env, uint32_t fs, uint32_t ft) in helper_float_mina_s() [all …]
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user-fs.c | 43 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_get_config() local 56 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_start() local 105 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_stop() local 127 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_set_status() local 150 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_get_features() local 166 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_guest_notifier_mask() local 182 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_guest_notifier_pending() local 199 VHostUserFS *fs = VHOST_USER_FS(dev); in vuf_device_realize() local 280 VHostUserFS *fs = VHOST_USER_FS(dev); in vuf_device_unrealize() local 302 VHostUserFS *fs = VHOST_USER_FS(vdev); in vuf_get_vhost() local [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | s390_flic.c | 26 S390FLICStateClass *s390_get_flic_class(S390FLICState *fs) in s390_get_flic_class() 37 QEMUS390FLICState *s390_get_qemu_flic(S390FLICState *fs) in s390_get_qemu_flic() 50 static S390FLICState *fs; in s390_get_flic() local 76 static int qemu_s390_register_io_adapter(S390FLICState *fs, uint32_t id, in qemu_s390_register_io_adapter() 84 static int qemu_s390_io_adapter_map(S390FLICState *fs, uint32_t id, in qemu_s390_io_adapter_map() 91 static int qemu_s390_add_adapter_routes(S390FLICState *fs, in qemu_s390_add_adapter_routes() 97 static void qemu_s390_release_adapter_routes(S390FLICState *fs, in qemu_s390_release_adapter_routes() 102 static int qemu_s390_clear_io_flic(S390FLICState *fs, uint16_t subchannel_id, in qemu_s390_clear_io_flic() 136 static int qemu_s390_modify_ais_mode(S390FLICState *fs, uint8_t isc, in qemu_s390_modify_ais_mode() 157 static int qemu_s390_inject_airq(S390FLICState *fs, uint8_t type, in qemu_s390_inject_airq() [all …]
|
H A D | s390_flic_kvm.c | 38 static KVMS390FLICState *s390_get_kvm_flic(S390FLICState *fs) in s390_get_kvm_flic() 125 static void kvm_s390_inject_flic(S390FLICState *fs, struct kvm_s390_irq *irq) in kvm_s390_inject_flic() 143 static void kvm_s390_inject_service(S390FLICState *fs, uint32_t parm) in kvm_s390_inject_service() 153 static void kvm_s390_inject_io(S390FLICState *fs, uint16_t subchannel_id, in kvm_s390_inject_io() 174 static void kvm_s390_inject_crw_mchk(S390FLICState *fs) in kvm_s390_inject_crw_mchk() 185 static int kvm_s390_clear_io_flic(S390FLICState *fs, uint16_t subchannel_id, in kvm_s390_clear_io_flic() 203 static int kvm_s390_modify_ais_mode(S390FLICState *fs, uint8_t isc, in kvm_s390_modify_ais_mode() 223 static int kvm_s390_inject_airq(S390FLICState *fs, uint8_t type, in kvm_s390_inject_airq() 275 static int kvm_s390_register_io_adapter(S390FLICState *fs, uint32_t id, in kvm_s390_register_io_adapter() 303 static int kvm_s390_io_adapter_map(S390FLICState *fs, uint32_t id, in kvm_s390_io_adapter_map() [all …]
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4_journal.c | 36 struct ext_filesystem *fs = get_fs(); in ext4fs_init_journal() local 93 struct ext_filesystem *fs = get_fs(); in ext4fs_dump_metadata() local 134 struct ext_filesystem *fs = get_fs(); in ext4fs_log_gdt() local 156 struct ext_filesystem *fs = get_fs(); in ext4fs_log_journal() local 188 struct ext_filesystem *fs = get_fs(); in ext4fs_put_metadata() local 243 struct ext_filesystem *fs = get_fs(); in ext4fs_push_revoke_blk() local 335 struct ext_filesystem *fs = get_fs(); in recover_transaction() local 410 struct ext_filesystem *fs = get_fs(); in ext4fs_check_journal_state() local 562 struct ext_filesystem *fs = get_fs(); in update_descriptor_block() local 609 struct ext_filesystem *fs = get_fs(); in update_commit_block() local [all …]
|
H A D | ext4_write.c | 41 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_inc() 54 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_inc() 70 struct ext_filesystem *fs = get_fs(); in ext4fs_update() local 108 struct ext_filesystem *fs = get_fs(); in ext4fs_get_bgdtable() local 144 struct ext_filesystem *fs = get_fs(); in delete_single_indirect_block() local 195 struct ext_filesystem *fs = get_fs(); in delete_double_indirect_block() local 294 struct ext_filesystem *fs = get_fs(); in delete_triple_indirect_block() local 455 struct ext_filesystem *fs = get_fs(); in ext4fs_delete_file() local 590 struct ext_filesystem *fs = get_fs(); in ext4fs_init() local 689 struct ext_filesystem *fs = get_fs(); in ext4fs_deinit() local [all …]
|
H A D | ext4_common.c | 49 (const struct ext_filesystem *fs, uint32_t bg_idx) in ext4fs_get_group_descriptor() 70 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_dec() 83 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_dec() 96 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_itable_unused_dec() 122 const struct ext_filesystem *fs) in ext4fs_bg_get_free_blocks() 132 const struct ext_filesystem *fs) in ext4fs_bg_get_free_inodes() 153 const struct ext_filesystem *fs) in ext4fs_bg_get_block_id() 163 const struct ext_filesystem *fs) in ext4fs_bg_get_inode_id() 174 const struct ext_filesystem *fs) in ext4fs_bg_get_inode_table_id() 198 struct ext_filesystem *fs = get_fs(); in put_ext4() local [all …]
|
H A D | dev.c | 58 struct ext_filesystem *fs = get_fs(); in ext4_read_superblock() local
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.c | 166 V9fsFidOpenState *fs, struct stat *stbuf) in synth_fstat() 174 V9fsPath *fs_path, V9fsFidOpenState *fs) in synth_opendir() 191 static int synth_closedir(FsContext *ctx, V9fsFidOpenState *fs) in synth_closedir() 202 static off_t synth_telldir(FsContext *ctx, V9fsFidOpenState *fs) in synth_telldir() 208 static void synth_seekdir(FsContext *ctx, V9fsFidOpenState *fs, off_t off) in synth_seekdir() 214 static void synth_rewinddir(FsContext *ctx, V9fsFidOpenState *fs) in synth_rewinddir() 261 static struct dirent *synth_readdir(FsContext *ctx, V9fsFidOpenState *fs) in synth_readdir() 274 int flags, V9fsFidOpenState *fs) in synth_open() 288 FsCred *credp, V9fsFidOpenState *fs) in synth_open2() 294 static int synth_close(FsContext *ctx, V9fsFidOpenState *fs) in synth_close() [all …]
|
H A D | 9p-local.c | 495 static int local_close(FsContext *ctx, V9fsFidOpenState *fs) in local_close() 500 static int local_closedir(FsContext *ctx, V9fsFidOpenState *fs) in local_closedir() 506 int flags, V9fsFidOpenState *fs) in local_open() 519 V9fsPath *fs_path, V9fsFidOpenState *fs) in local_opendir() 538 static void local_rewinddir(FsContext *ctx, V9fsFidOpenState *fs) in local_rewinddir() 543 static off_t local_telldir(FsContext *ctx, V9fsFidOpenState *fs) in local_telldir() 554 static struct dirent *local_readdir(FsContext *ctx, V9fsFidOpenState *fs) in local_readdir() 586 static void local_seekdir(FsContext *ctx, V9fsFidOpenState *fs, off_t off) in local_seekdir() 591 static ssize_t local_preadv(FsContext *ctx, V9fsFidOpenState *fs, in local_preadv() 607 static ssize_t local_pwritev(FsContext *ctx, V9fsFidOpenState *fs, in local_pwritev() [all …]
|
/openbmc/qemu/hw/audio/ |
H A D | asc.c | 118 static uint8_t asc_fifo_get(ASCFIFOState *fs) in asc_fifo_get() 169 ASCFIFOState *fs = &s->fifos[i]; in generate_fifo() local 292 ASCFIFOState *fs = &s->fifos[channel >> 1]; in generate_wavetable() local 369 ASCFIFOState *fs = opaque; in asc_fifo_read() local 378 ASCFIFOState *fs = opaque; in asc_fifo_write() local 514 ASCFIFOState *fs = opaque; in asc_ext_read() local 526 ASCFIFOState *fs = opaque; in asc_ext_write() local 587 static void asc_fifo_reset(ASCFIFOState *fs) in asc_fifo_reset() 596 static void asc_fifo_init(ASCFIFOState *fs, int index) in asc_fifo_init()
|
/openbmc/phosphor-psu-code-mgmt/services/ |
H A D | meson.build | 6 fs = import('fs') variable
|
/openbmc/phosphor-state-manager/service_files/ |
H A D | meson.build | 29 fs = import('fs') variable
|
/openbmc/phosphor-state-manager/target_files/ |
H A D | meson.build | 43 fs = import('fs') variable
|
/openbmc/openpower-occ-control/service_files/ |
H A D | meson.build | 7 fs = import('fs') variable
|
/openbmc/obmc-ikvm/ |
H A D | meson.build | 40 fs = import('fs') global() variable
|
/openbmc/qemu/target/s390x/ |
H A D | interrupt.c | 119 S390FLICState *fs = s390_get_flic(); in s390_sclp_extint() local 128 S390FLICState *fs = s390_get_flic(); in s390_io_interrupt() local 136 S390FLICState *fs = s390_get_flic(); in s390_crw_mchk() local
|
/openbmc/dbus-sensors/service_files/ |
H A D | meson.build | 26 fs = import('fs') variable
|
/openbmc/service-config-manager/ |
H A D | meson.build | 62 fs = import('fs') variable
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_ib700.c | 33 #define ib700_debug(fs,...) \ argument 36 #define ib700_debug(fs,...) argument
|
/openbmc/openbmc/poky/scripts/lib/build_perf/ |
H A D | scrape-html-report.js | 1 var fs = require('fs'); variable
|
/openbmc/qemu/util/ |
H A D | mmap-alloc.c | 36 struct statfs fs; in qemu_fd_getfs() local 63 struct statfs fs; in qemu_fd_getpagesize() local
|
/openbmc/bios-settings-mgr/ |
H A D | meson.build | 94 fs = import('fs') variable
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.16/ |
H A D | oe-npm-cache | 12 const fs = require('fs') constant
|