/openbmc/qemu/target/s390x/ |
H A D | cpu_features.c | 33 const S390FeatDef *s390_feat_def(S390Feat feat) in s390_feat_def() 40 S390Feat feat; in s390_feat_by_type_and_bit() local 69 S390Feat feat; in s390_fill_feat_block() local 178 S390Feat feat = s390_feat_by_type_and_bit(type, BE_BIT_NR(le_bit)); in s390_add_from_feat_block() local 192 S390Feat feat; in s390_feat_bitmap_to_ascii() local
|
H A D | cpu_models.c | 107 void s390_cpudef_featoff(uint8_t gen, uint8_t ec_ga, S390Feat feat) in s390_cpudef_featoff() 115 void s390_cpudef_featoff_greater(uint8_t gen, uint8_t ec_ga, S390Feat feat) in s390_cpudef_featoff_greater() 216 bool s390_has_feat(S390Feat feat) in s390_has_feat() 411 S390Feat feat; in s390_cpu_list() local 633 S390Feat feat = (S390Feat) (uintptr_t) opaque; in get_feature() local 650 S390Feat feat = (S390Feat) (uintptr_t) opaque; in set_feature() local 839 S390Feat feat; in s390_cpu_model_class_register_props() local
|
H A D | cpu_features.h | 78 S390FeatBitmap feat; /* features contained in the group */ member
|
H A D | gen-features.c | 960 uint64_t feat[S390_FEAT_MAX / 64 + 1] = {}; in print_qemu_feature_defs() local 988 uint64_t feat[S390_FEAT_MAX / 64 + 1] = {}; in print_feature_group_defs() local
|
/openbmc/linux/net/dccp/ |
H A D | feat.c | 213 static const char *dccp_feat_fname(const u8 feat) in dccp_feat_fname() 301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument 451 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) in dccp_feat_entry_new() 699 static int __feat_register_nn(struct list_head *fn, u8 feat, in __feat_register_nn() 756 int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, in dccp_feat_register_sp() 775 u64 dccp_feat_nn_get(struct sock *sk, u8 feat) in dccp_feat_nn_get() 805 int dccp_feat_signal_nn_change(struct sock *sk, u8 feat, u64 nn_val) in dccp_feat_signal_nn_change() 1108 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_change_recv() 1219 u8 feat, u8 *val, u8 len, const bool server) in dccp_feat_confirm_recv() 1316 u8 feat, u8 *val, u8 len) in dccp_feat_handle_nn_established() [all …]
|
H A D | options.c | 504 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, in dccp_insert_fn_opt()
|
/openbmc/qemu/hw/timer/ |
H A D | sh_timer.c | 45 int feat; member 228 static void *sh_timer_init(uint32_t freq, int feat, qemu_irq irq) in sh_timer_init() 260 int feat; member 347 void tmu012_init(MemoryRegion *sysmem, hwaddr base, int feat, uint32_t freq, in tmu012_init()
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_elf.h | 37 #define GET_FEATURE(feat, hwcap) \ argument 40 #define GET_FEATURE_ID(feat, hwcap) \ argument
|
/openbmc/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_drv.h | 21 const struct dispc_features *feat; member
|
H A D | tidss_kms.c | 116 const struct dispc_features *feat = tidss->feat; in tidss_dispc_modeset_init() local
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | id.c | 203 #define OMAP3_SHOW_FEATURE(feat) \ argument 270 #define OMAP3_CHECK_FEATURE(status,feat) \ argument
|
H A D | soc.h | 437 #define OMAP3_HAS_FEATURE(feat,flag) \ argument 456 #define OMAP4_HAS_FEATURE(feat, flag) \ argument
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_features.h | 122 enum panfrost_hw_feature feat) in panfrost_has_hw_feature()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | firmware.c | 134 unsigned int index, feat; in fw_vec5_feature_init() local
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_rx.c | 713 static void gve_rx(struct gve_rx_ring *rx, netdev_features_t feat, in gve_rx() 921 netdev_features_t feat) in gve_clean_rx_done() 1005 netdev_features_t feat; in gve_rx_poll() local
|
H A D | gve_rx_dqo.c | 727 netdev_features_t feat) in gve_rx_complete_skb() 761 netdev_features_t feat = napi->dev->features; in gve_rx_poll_dqo() local
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | cpu-features.h | 16 #define cpu_has(feat) (cpu_data[0].options & BIT_ULL(feat)) argument
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-tauros2.c | 213 u32 feat; in tauros2_internal_init() local
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | virtio_scsi_fuzz.c | 40 uint64_t feat; in qvirtio_scsi_init() local
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | fw.c | 239 #define SUPP(feat) \ in carl9170_fw() argument
|
/openbmc/linux/tools/perf/util/ |
H A D | header.c | 86 void perf_header__set_feat(struct perf_header *header, int feat) in perf_header__set_feat() 91 void perf_header__clear_feat(struct perf_header *header, int feat) in perf_header__clear_feat() 96 bool perf_header__has_feat(const struct perf_header *header, int feat) in perf_header__has_feat() 3454 int feat, int fd, void *data) in perf_file_section__fprintf_info() 3594 int feat; in perf_header__adds_write() local 3787 int feat, int fd, void *data)) in perf_header__process_sections() 3792 int feat; in perf_header__process_sections() local 4013 int feat, int fd, void *data) in perf_file_section__process() 4305 u64 feat = fe->feat_id; in perf_event__process_feature() local
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 652 u8 port, u16 feat) in ast_vhub_set_port_feature() 695 u8 port, u16 feat) in ast_vhub_clr_port_feature()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_elf.h | 93 #define GET_FEATURE_ID(feat, hwcap) \ argument
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_linux.c | 204 u32 feat = VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE | VMMDEV_MOUSE_NEW_PROTOCOL; in vbg_input_open() local
|
/openbmc/qemu/hw/char/ |
H A D | sh_serial.c | 66 uint8_t feat; member
|