Searched refs:ge (Results 1 - 25 of 69) sorted by relevance

123

/linux-master/scripts/
H A DMakefile.btf8 pahole-flags-$(call test-ge, $(pahole-ver), 118) += --skip_encoding_btf_vars
11 pahole-flags-$(call test-ge, $(pahole-ver), 121) += --btf_gen_floats
13 pahole-flags-$(call test-ge, $(pahole-ver), 122) += -j
17 pahole-flags-$(call test-ge, $(pahole-ver), 125) += --skip_encoding_btf_inconsistent_proto --btf_gen_optimized
H A DLindent20 if [ $V3 -ge 10 ]; then
H A DMakefile.compiler66 gcc-min-version = $(call test-ge, $(CONFIG_GCC_VERSION), $1)
70 clang-min-version = $(call test-ge, $(CONFIG_CLANG_VERSION), $1)
/linux-master/tools/perf/tests/shell/lib/
H A Dwaiting.sh14 if [ "${th_cnt}" -ge "$2" ] ; then
18 if [ $(($($tenths) - start_time)) -ge $tm_out ] ; then
40 if [ $(($($tenths) - start_time)) -ge $tm_out ] ; then
56 if [ $(($($tenths) - start_time)) -ge $tm_out ] ; then
/linux-master/drivers/gpu/drm/xe/
H A Dxe_devcoredump_types.h38 /** @ge: Guc Engine snapshot */
39 struct xe_guc_submit_exec_queue_snapshot *ge; member in struct:xe_devcoredump_snapshot
H A Dxe_guc_submit.c872 struct xe_guc_exec_queue *ge = local
874 struct xe_exec_queue *q = ge->q;
877 struct xe_gpu_scheduler *sched = &ge->sched;
1026 struct xe_guc_exec_queue *ge = local
1028 struct xe_exec_queue *q = ge->q;
1034 cancel_work_sync(&ge->lr_tdr);
1036 xe_sched_entity_fini(&ge->entity);
1037 xe_sched_fini(&ge->sched);
1039 kfree(ge);
1208 struct xe_guc_exec_queue *ge; local
[all...]
H A Dxe_devcoredump.c110 xe_guc_exec_queue_snapshot_print(coredump->snapshot.ge, &p);
140 xe_guc_exec_queue_snapshot_free(coredump->snapshot.ge);
186 coredump->snapshot.ge = xe_guc_exec_queue_snapshot_capture(job);
/linux-master/tools/perf/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh28 if [ $nr -ge 512 ] ; then # discard compat sycalls
/linux-master/arch/arm64/lib/
H A Dmemset.S89 b.ge .Lnot_short
127 b.ge 1b
177 ccmp tmp1, zva_len_x, #8, ge /* NZCV=0b1000 */
191 b.ge 1b
200 b.ge 3b
H A Dcopy_template.S75 b.ge .Lcpy_over64
130 b.ge .Lcpy_body_large
173 b.ge 1b
/linux-master/arch/hexagon/lib/
H A Dmodsi3.S10 p2 = cmp.ge(r0,#0)
/linux-master/arch/mips/include/asm/
H A Dcpu-features.h63 #define __isa_range(ge, lt) \
64 ((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt)))
65 #define __isa_range_or_flag(ge, lt, flag) \
66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))
67 #define __isa_range_and_ase(ge, lt, ase) \
68 (__isa_range(ge, lt) && __ase(ase))
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dethtool_lanes.sh119 while [[ $lanes -ge 1 ]]; do
156 while [[ $lanes -ge 1 ]]; do
H A Drouter_scale.sh74 [[ $delta -ge $route_count ]]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dethtool_lib.sh50 elif [[ $param_count -ge 3 ]]; then
H A Dethtool_rmon.sh63 [ $delta -ge $expected ] && [ $delta -le $((expected + 100)) ]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-qemu.sh101 elif test $kruntime -ge $seconds || test -f "$resdir/../STOP.1"
164 if test $kruntime -ge $((seconds + $TORTURE_SHUTDOWN_GRACE))
169 if test $must_continue = no && test $kruntime -ge $((seconds + $TORTURE_SHUTDOWN_GRACE))
/linux-master/tools/perf/
H A Dperf-completion.sh29 if [ $j -ge 2 ] && [ -n "$first" ]; then
103 while [[ $((--i)) -ge 0 ]]; do
131 while [ $i -ge 0 ]; do
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c1134 struct intel_vgpu_ppgtt_spt *s, struct intel_gvt_gtt_entry *ge)
1138 se->type = ge->type;
1139 se->val64 = ge->val64;
1237 struct intel_gvt_gtt_entry *ge)
1240 struct intel_gvt_gtt_entry se = *ge;
1245 if (!pte_ops->test_present(ge))
1248 gfn = pte_ops->get_pfn(ge);
1250 switch (ge->type) {
1290 struct intel_gvt_gtt_entry se, ge; local
1297 for_each_present_guest_entry(spt, &ge,
1133 ppgtt_generate_shadow_entry(struct intel_gvt_gtt_entry *se, struct intel_vgpu_ppgtt_spt *s, struct intel_gvt_gtt_entry *ge) argument
1235 ppgtt_populate_shadow_entry(struct intel_vgpu *vgpu, struct intel_vgpu_ppgtt_spt *spt, unsigned long index, struct intel_gvt_gtt_entry *ge) argument
1665 struct intel_gvt_gtt_entry ge; local
1790 struct intel_gvt_gtt_entry ge, se; local
[all...]
/linux-master/arch/arm/mach-dove/
H A Dcommon.c85 struct clk *xor0, *xor1, *ge, *gephy; local
106 ge = dove_register_gate("ge", "gephy", CLOCK_GATING_BIT_GBE);
115 orion_clkdev_add(NULL, "mv643xx_eth_port.0", ge);
/linux-master/tools/testing/selftests/intel_pstate/
H A Drun.sh62 if [ $num_freqs -ge 2 ]; then
/linux-master/tools/debugging/
H A Dkernel-chktaint25 elif [ $1 -ge 0 ] 2>/dev/null ; then
/linux-master/arch/powerpc/platforms/86xx/
H A Dgef_sbc610.c5 * Author: Martyn Welch <martyn.welch@ge.com>
35 #include <sysdev/ge/ge_pic.h>
H A Dgef_ppc9a.c5 * Author: Martyn Welch <martyn.welch@ge.com>
35 #include <sysdev/ge/ge_pic.h>
H A Dgef_sbc310.c5 * Author: Martyn Welch <martyn.welch@ge.com>
35 #include <sysdev/ge/ge_pic.h>

Completed in 202 milliseconds

123