Searched refs:speculative (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/alpha/lib/
H A Dev67-strchr.S59 cttz t0, a2 # U0 : speculative (in case we get a match)
76 cttz t3, a2 # U0 : speculative (in case we get a match)
H A Dev6-memset.S166 addq $5, 128, $4 # E : speculative target of next wh64
344 addq $5, 128, $4 # E : speculative target of next wh64
532 addq $5, 128, $4 # E : speculative target of next wh64
/linux-master/arch/s390/kernel/
H A Dentry.S232 xgr %r1,%r1 # prevent speculative use
269 # clear user controlled register to prevent speculative use
351 # clear user controlled registers to prevent speculative use
412 # clear user controlled registers to prevent speculative use
520 # clear user controlled registers to prevent speculative use
/linux-master/tools/perf/util/
H A Dparse-events.l172 lc_op_result (load|loads|read|store|stores|write|prefetch|prefetches|speculative-read|speculative-load|refs|Reference|ops|access|misses|miss)
/linux-master/include/linux/
H A Dbpf_verifier.h422 bool speculative; member in struct:bpf_verifier_state
/linux-master/fs/afs/
H A Dinode.c303 if (vp->speculative &&
306 /* Ignore the result of a speculative bulk status fetch
H A Dinternal.h861 bool speculative:1; /* T if speculative status fetch (no vnode lock) */ member in struct:afs_vnode_param
H A Ddir.c876 vp->speculative = true; /* vnode not locked */
/linux-master/drivers/perf/
H A Dxgene_pmu.c359 XGENE_PMU_EVENT_ATTR(mcu-rd-proceed-speculative-all, 0x19),
360 XGENE_PMU_EVENT_ATTR(mcu-rd-proceed-speculative-cancel, 0x1a),
/linux-master/kernel/bpf/
H A Dverifier.c1430 dst_state->speculative = src->speculative;
1698 bool speculative)
1717 elem->st.speculative |= speculative;
1727 * 1. speculative states will bump 'branches' for non-branch
4995 * just checking it here would be insufficient as speculative stack
4996 * writes could still lead to unsafe speculative behaviour.
12709 /* We already marked aux for masking from non-speculative
12713 if (vstate->speculative)
1696 push_stack(struct bpf_verifier_env *env, int insn_idx, int prev_insn_idx, bool speculative) argument
[all...]

Completed in 433 milliseconds