Home
last modified time | relevance | path

Searched defs:ge (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/arch/mips/include/asm/
Dcpu-features.h63 #define __isa_range(ge, lt) \ argument
65 #define __isa_range_or_flag(ge, lt, flag) \ argument
67 #define __isa_range_and_ase(ge, lt, ase) \ argument
/linux-6.6.21/drivers/gpu/drm/i915/gvt/
Dgtt.c1134 struct intel_vgpu_ppgtt_spt *s, struct intel_gvt_gtt_entry *ge) in ppgtt_generate_shadow_entry()
1237 struct intel_gvt_gtt_entry *ge) in ppgtt_populate_shadow_entry()
1290 struct intel_gvt_gtt_entry se, ge; in ppgtt_populate_spt() local
1665 struct intel_gvt_gtt_entry ge; in intel_vgpu_flush_post_shadow() local
1790 struct intel_gvt_gtt_entry ge, se; in shadow_ppgtt_mm() local
/linux-6.6.21/arch/arm/mach-dove/
Dcommon.c85 struct clk *xor0, *xor1, *ge, *gephy; in dove_clk_init() local
/linux-6.6.21/net/sched/
Dsch_netem.c897 const struct tc_netem_gemodel *ge = nla_data(la); in get_loss_clg() local
1125 struct tc_netem_gemodel ge = { in dump_loss_model() local
/linux-6.6.21/drivers/infiniband/hw/mlx4/
Dmain.c1269 struct mlx4_ib_gid_entry *ge; in add_gid_entry() local
1900 struct mlx4_ib_gid_entry *ge; in find_gid_entry() local
1921 struct mlx4_ib_gid_entry *ge; in mlx4_ib_mcg_detach() local
Dqp.c1334 struct mlx4_ib_gid_entry *ge, *tmp; in del_gid_entries() local
1916 struct mlx4_ib_gid_entry *ge, *tmp; in update_mcg_macs() local
/linux-6.6.21/drivers/gpio/
Dgpiolib-cdev.c1866 struct gpioevent_data ge; in lineevent_read_unlocked() local
2024 struct gpioevent_data ge; in lineevent_irq_thread() local
/linux-6.6.21/drivers/net/phy/
Dmotorcomm.c599 unsigned int ge, fe; in yt8511_config_init() local
/linux-6.6.21/drivers/soc/mediatek/
Dmtk-svs.c1815 int adc_ge_t, adc_oe_t, ge, oe, gain, degc_cali, adc_cali_en_t; in svs_mt8183_efuse_parsing() local
/linux-6.6.21/rust/alloc/
Dboxed.rs1365 fn ge(&self, other: &Self) -> bool { in ge() method