Home
last modified time | relevance | path

Searched refs:symbol_get (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/virt/kvm/
H A Dvfio.c42 fn = symbol_get(vfio_file_set_kvm); in kvm_vfio_file_set_kvm()
56 fn = symbol_get(vfio_file_enforced_coherent); in kvm_vfio_file_enforced_coherent()
72 fn = symbol_get(vfio_file_is_valid); in kvm_vfio_file_is_valid()
89 fn = symbol_get(vfio_file_iommu_group); in kvm_vfio_file_iommu_group()
/linux-6.15/arch/mips/sgi-ip32/
H A Dip32-reset.c50 symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
56 poweroff_func = symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
/linux-6.15/include/linux/
H A Dmodule.h311 #define symbol_get(x) ({ \ macro
833 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak,visibility("hidden"))); &(x); }) macro
901 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
/linux-6.15/drivers/platform/x86/
H A Dintel_ips.c1342 ips->read_mch_val = symbol_get(i915_read_mch_val); in ips_get_i915_syms()
1345 ips->gpu_raise = symbol_get(i915_gpu_raise); in ips_get_i915_syms()
1348 ips->gpu_lower = symbol_get(i915_gpu_lower); in ips_get_i915_syms()
1351 ips->gpu_busy = symbol_get(i915_gpu_busy); in ips_get_i915_syms()
1354 ips->gpu_turbo_disable = symbol_get(i915_gpu_turbo_disable); in ips_get_i915_syms()
/linux-6.15/scripts/gendwarfksyms/
H A Dgendwarfksyms.h128 struct symbol *symbol_get(const char *name);
H A Dsymbols.c172 struct symbol *symbol_get(const char *name) in symbol_get() function
H A Ddwarf.c98 state->sym = symbol_get(get_symbol_name(die)); in match_export_symbol()
102 state->sym = symbol_get(get_symbol_name(source)); in match_export_symbol()
/linux-6.15/block/partitions/
H A Dibm.c343 fn = symbol_get(dasd_biodasdinfo); in ibm_partition()
/linux-6.15/drivers/vfio/
H A Dvfio_main.c444 pfn = symbol_get(kvm_put_kvm); in vfio_device_get_kvm_safe()
448 fn = symbol_get(kvm_get_kvm_safe); in vfio_device_get_kvm_safe()
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c838 phc_idx = symbol_get(enetc_phc_index); in enetc_get_ts_info()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c2740 link = symbol_get(ips_link_to_i915_driver); in ips_ping_for_i915_load()
/linux-6.15/drivers/s390/net/
H A Dqeth_core_main.c6167 symbol_get(qeth_l3_discipline), "qeth_l3"); in qeth_setup_discipline()
6171 symbol_get(qeth_l2_discipline), "qeth_l2"); in qeth_setup_discipline()