Home
last modified time | relevance | path

Searched refs:supported_features (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp26 WatchpointHardwareFeature supported_features, ArchSpec &arch) { in AtomizeWatchpointRequest() argument
30 if (supported_features & eWatchpointHardwareArmMASK) { in AtomizeWatchpointRequest()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointAlgorithms.h61 WatchpointHardwareFeature supported_features, ArchSpec &arch);
/freebsd/stand/common/
H A Dgfx_fb.h60 uint8_t supported_features; member
H A Dgfx_fb.c2853 if ((edid->display.supported_features in gfx_get_edid_resolution()
/freebsd/sys/dev/gve/
H A Dgve.h536 uint32_t supported_features; member
H A Dgve_main.c418 if ((priv->supported_features & GVE_SUP_JUMBO_FRAMES_MASK) != 0) in gve_setup_ifnet()
H A Dgve_adminq.c490 priv->supported_features = supported_features_mask; in gve_adminq_describe_device()
/freebsd/sys/contrib/ena-com/
H A Dena_com.h414 u32 supported_features; member
H A Dena_com.c1071 !(ena_dev->supported_features & feature_mask)) in ena_com_check_supported_feature_id()
2348 ena_dev->supported_features = get_resp.u.dev_attr.supported_features; in ena_com_get_dev_attr_feat()
2351 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_com_get_dev_attr_feat()
/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h593 uint32_t supported_features; member
/freebsd/sys/dev/ena/
H A Dena.c2635 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_max_io_queue_num()
2701 if (!(ena_dev->supported_features & llq_feature_mask)) { in ena_set_queues_placement_policy()
2793 if (ena_dev->supported_features & BIT(ENA_ADMIN_MAX_QUEUES_EXT)) { in ena_calc_io_queue_size()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3178 WatchpointHardwareFeature supported_features = in EnableWatchpoint() local
3183 addr, size, read, write, supported_features, target_arch); in EnableWatchpoint()