Home
last modified time | relevance | path

Searched +defs:val +defs:pred (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/kernel/trace/
Dtrace_events_filter.c84 u64 val; member
153 struct filter_pred *pred; member
200 static void free_predicate(struct filter_pred *pred) in free_predicate()
837 static int filter_pred_string(struct filter_pred *pred, void *event) in filter_pred_string()
849 static __always_inline int filter_pchar(struct filter_pred *pred, char *str) in filter_pchar()
862 static int filter_pred_pchar(struct filter_pred *pred, void *event) in filter_pred_pchar()
875 static int filter_pred_pchar_user(struct filter_pred *pred, void *event) in filter_pred_pchar_user()
897 static int filter_pred_strloc(struct filter_pred *pred, void *event) in filter_pred_strloc()
919 static int filter_pred_strrelloc(struct filter_pred *pred, void *event) in filter_pred_strrelloc()
936 static int filter_pred_cpu(struct filter_pred *pred, void *event) in filter_pred_cpu()
[all …]
/linux-6.14.4/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c88 const mipi_predictor_t pred) in receiver_set_compression()
92 hrt_data val; in receiver_set_compression() local
/linux-6.14.4/arch/x86/events/intel/
Dlbr.c250 inline u64 lbr_from_signext_quirk_wr(u64 val) in lbr_from_signext_quirk_wr()
270 static u64 lbr_from_signext_quirk_rd(u64 val) in lbr_from_signext_quirk_rd()
282 static __always_inline void wrlbr_from(unsigned int idx, u64 val) in wrlbr_from()
288 static __always_inline void wrlbr_to(unsigned int idx, u64 val) in wrlbr_to()
293 static __always_inline void wrlbr_info(unsigned int idx, u64 val) in wrlbr_info()
300 u64 val; in rdlbr_from() local
312 u64 val; in rdlbr_to() local
324 u64 val; in rdlbr_info() local
813 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
/linux-6.14.4/arch/powerpc/perf/
Dcore-book3s.c489 u64 val; in power_pmu_bhrb_read() local
491 int r_index, u_index, pred; in power_pmu_bhrb_read() local
813 unsigned long val; in read_pmc() local
852 static void write_pmc(int idx, unsigned long val) in write_pmc()
1135 static u64 check_and_compute_delta(u64 prev, u64 val) in check_and_compute_delta()
1156 s64 val, delta, prev; in power_pmu_read() local
1218 u64 val, prev, delta; in freeze_limited_counters() local
1238 u64 val, prev; in thaw_limited_counters() local
1305 unsigned long flags, mmcr0, val, mmcra; in power_pmu_disable() local
1420 unsigned long val, mmcr0; in power_pmu_enable() local
[all …]
/linux-6.14.4/drivers/staging/media/rkvdec/
Drkvdec-vp9.c74 u8 pred[3]; member
220 u8 val = v4l2_vp9_kf_y_mode_prob[i][j][k]; in init_intra_only_probs() local
455 u32 val = 0; in config_seg_registers() local
524 u32 val, last_frame_info = 0; in config_registers() local
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c31 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument
188 void write_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in write_radio_reg()
234 void and_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in and_radio_reg()
242 void or_radio_reg(struct brcms_phy *pi, u16 addr, u16 val) in or_radio_reg()
258 void mod_radio_reg(struct brcms_phy *pi, u16 addr, u16 mask, u16 val) in mod_radio_reg()
266 void write_phy_channel_reg(struct brcms_phy *pi, uint val) in write_phy_channel_reg()
279 void write_phy_reg(struct brcms_phy *pi, u16 addr, u16 val) in write_phy_reg()
296 void and_phy_reg(struct brcms_phy *pi, u16 addr, u16 val) in and_phy_reg()
303 void or_phy_reg(struct brcms_phy *pi, u16 addr, u16 val) in or_phy_reg()
310 void mod_phy_reg(struct brcms_phy *pi, u16 addr, u16 mask, u16 val) in mod_phy_reg()
[all …]
/linux-6.14.4/arch/riscv/net/
Dbpf_jit.h174 static inline bool is_6b_int(long val) in is_6b_int()
179 static inline bool is_7b_uint(unsigned long val) in is_7b_uint()
184 static inline bool is_8b_uint(unsigned long val) in is_8b_uint()
189 static inline bool is_9b_uint(unsigned long val) in is_9b_uint()
194 static inline bool is_10b_int(long val) in is_10b_int()
199 static inline bool is_10b_uint(unsigned long val) in is_10b_uint()
204 static inline bool is_12b_int(long val) in is_12b_int()
219 static inline bool is_13b_int(long val) in is_13b_int()
224 static inline bool is_21b_int(long val) in is_21b_int()
604 static inline u32 rv_fence(u8 pred, u8 succ) in rv_fence()
/linux-6.14.4/drivers/net/ethernet/intel/igc/
Digc_main.c3992 struct igc_nfc_rule *pred, *cur; in igc_add_nfc_rule() local
7410 u32 err, val; in __igc_resume() local
/linux-6.14.4/kernel/bpf/
Dverifier.c3691 u64 val = 0; in linked_regs_pack() local
3710 static void linked_regs_unpack(u64 val, struct linked_regs *s) in linked_regs_unpack()
6808 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val, in bpf_map_direct_read()
7329 u64 val = 0; in check_mem_access() local
8016 u64 val = reg->var_off.value; in process_spin_lock() local
8098 u64 val = reg->var_off.value; in process_timer_func() local
8134 u64 val = reg->var_off.value; in process_wq_func() local
10722 u64 val, max; in record_func_key() local
13522 s64 val = reg->var_off.value; in check_reg_sane_offset() local
14880 u64 val = reg_const_value(src_reg, false); in adjust_reg_min_max_vals() local
[all …]