Home
last modified time | relevance | path

Searched defs:pred (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/native/
Dinst.h37 #define MOV_FROM_IPSR(pred, reg) \ argument
49 #define MOV_FROM_PSR(pred, reg, clob) \ argument
52 #define MOV_FROM_ITC(pred, pred_clob, reg, clob) \ argument
58 #define MOV_TO_ITIR(pred, reg, clob) \ argument
61 #define MOV_TO_IHA(pred, reg, clob) \ argument
64 #define MOV_TO_IPSR(pred, reg, clob) \ argument
67 #define MOV_TO_IFS(pred, reg, clob) \ argument
76 #define ITC_I(pred, reg, clob) \ argument
79 #define ITC_D(pred, reg, clob) \ argument
86 #define THASH(pred, reg0, reg1, clob) \ argument
[all …]
/linux-4.4.14/kernel/trace/
Dtrace_events_filter.c204 static int filter_pred_string(struct filter_pred *pred, void *event) in filter_pred_string()
217 static int filter_pred_pchar(struct filter_pred *pred, void *event) in filter_pred_pchar()
240 static int filter_pred_strloc(struct filter_pred *pred, void *event) in filter_pred_strloc()
256 static int filter_pred_cpu(struct filter_pred *pred, void *event) in filter_pred_cpu()
288 static int filter_pred_comm(struct filter_pred *pred, void *event) in filter_pred_comm()
299 static int filter_pred_none(struct filter_pred *pred, void *event) in filter_pred_none()
397 static void filter_build_regex(struct filter_pred *pred) in filter_build_regex()
435 get_pred_parent(struct filter_pred *pred, struct filter_pred *preds, in get_pred_parent()
461 struct filter_pred *pred = root; in walk_pred_tree() local
513 struct filter_pred *pred; in process_ops() local
[all …]
/linux-4.4.14/arch/ia64/lib/
Dcopy_user.S233 #define SWITCH(pred, shift) cmp.eq pred,p0=shift,rshift argument
234 #define CASE(pred, shift) \ argument
/linux-4.4.14/drivers/md/bcache/
Dbtree.c2359 keybuf_pred_fn *pred; member
2407 struct bkey *end, keybuf_pred_fn *pred) in bch_refill_keybuf()
2506 keybuf_pred_fn *pred) in bch_keybuf_next_rescan()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c437 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
/linux-4.4.14/include/media/davinci/
Disif.h413 __u8 pred; member
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c429 int r_index, u_index, pred; in power_pmu_bhrb_read() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c42 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument