Home
last modified time | relevance | path

Searched refs:cs_id (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/drivers/ras/amd/atl/
Ddenormalize.c456 u64 cs_id = 0; in get_logical_coh_st_fabric_id_for_current_spa() local
490 cs_id = FIELD_GET(GENMASK_ULL(63, 13), denorm_ctx->current_spa) << 3; in get_logical_coh_st_fabric_id_for_current_spa()
491 cs_id %= denorm_ctx->mod_value; in get_logical_coh_st_fabric_id_for_current_spa()
492 cs_id <<= 2; in get_logical_coh_st_fabric_id_for_current_spa()
493 cs_id |= (hash_pa9 | (hash_pa12 << 1)); in get_logical_coh_st_fabric_id_for_current_spa()
494 cs_id |= hash_pa8 << df_cfg.socket_id_shift; in get_logical_coh_st_fabric_id_for_current_spa()
498 cs_id = FIELD_GET(GENMASK_ULL(63, 14), denorm_ctx->current_spa) << 4; in get_logical_coh_st_fabric_id_for_current_spa()
499 cs_id %= denorm_ctx->mod_value; in get_logical_coh_st_fabric_id_for_current_spa()
500 cs_id <<= 2; in get_logical_coh_st_fabric_id_for_current_spa()
501 cs_id |= (hash_pa12 | (hash_pa13 << 1)); in get_logical_coh_st_fabric_id_for_current_spa()
[all …]
/linux-6.12.1/drivers/ptp/
Dptp_kvm_common.c31 enum clocksource_ids cs_id; in ptp_kvm_get_time_fn() local
39 ret = kvm_arch_ptp_get_crosststamp(&cycle, &tspec, &cs_id); in ptp_kvm_get_time_fn()
49 system_counter->cs_id = cs_id; in ptp_kvm_get_time_fn()
Dptp_kvm_x86.c96 enum clocksource_ids *cs_id) in kvm_arch_ptp_get_crosststamp() argument
126 *cs_id = CSID_X86_KVM_CLK; in kvm_arch_ptp_get_crosststamp()
/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_sched.c988 cs_slot_prog_locked(struct panthor_device *ptdev, u32 csg_id, u32 cs_id) in cs_slot_prog_locked() argument
990 struct panthor_queue *queue = ptdev->scheduler->csg_slots[csg_id].group->queues[cs_id]; in cs_slot_prog_locked()
991 struct panthor_fw_cs_iface *cs_iface = panthor_fw_get_cs_iface(ptdev, csg_id, cs_id); in cs_slot_prog_locked()
1032 cs_slot_reset_locked(struct panthor_device *ptdev, u32 csg_id, u32 cs_id) in cs_slot_reset_locked() argument
1034 struct panthor_fw_cs_iface *cs_iface = panthor_fw_get_cs_iface(ptdev, csg_id, cs_id); in cs_slot_reset_locked()
1036 struct panthor_queue *queue = group->queues[cs_id]; in cs_slot_reset_locked()
1047 if (!(group->blocked_queues & BIT(cs_id)) && !queue->timeout_suspended) { in cs_slot_reset_locked()
1086 cs_slot_sync_queue_state_locked(struct panthor_device *ptdev, u32 csg_id, u32 cs_id) in cs_slot_sync_queue_state_locked() argument
1089 struct panthor_queue *queue = group->queues[cs_id]; in cs_slot_sync_queue_state_locked()
1091 panthor_fw_get_cs_iface(group->ptdev, csg_id, cs_id); in cs_slot_sync_queue_state_locked()
[all …]
/linux-6.12.1/include/linux/
Dtimekeeping.h287 enum clocksource_ids cs_id; member
317 enum clocksource_ids cs_id; member
Dptp_kvm.h20 struct timespec64 *tspec, enum clocksource_ids *cs_id);
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/
Dptp.c128 system->cs_id = CSID_X86_ART; in e1000e_phc_get_syncdevicetime()
/linux-6.12.1/drivers/clocksource/
Darm_arch_timer.c1805 enum clocksource_ids *cs_id) in kvm_arch_ptp_get_crosststamp() argument
1829 if (cs_id) in kvm_arch_ptp_get_crosststamp()
1830 *cs_id = CSID_ARM_ARCH_COUNTER; in kvm_arch_ptp_get_crosststamp()
/linux-6.12.1/kernel/time/
Dtimekeeping.c1072 systime_snapshot->cs_id = tk->tkr_mono.clock->id; in ktime_get_snapshot()
1217 if (cs->id == scv->cs_id) in convert_base_to_cs()
1225 if (!base || base->id != scv->cs_id) in convert_base_to_cs()
1345 if (system_counterval.cs_id == CSID_GENERIC || in get_device_system_crosststamp()
/linux-6.12.1/arch/arm64/kvm/
Dhypercalls.c36 if (systime_snapshot.cs_id != CSID_ARM_ARCH_COUNTER) in kvm_ptp_get_time()
/linux-6.12.1/include/uapi/drm/
Dradeon_drm.h985 __u32 cs_id; member
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-intel.c397 system->cs_id = CSID_X86_ART; in intel_crosststamp()
/linux-6.12.1/drivers/net/ethernet/intel/igc/
Digc_ptp.c942 .cs_id = CSID_X86_ART, in igc_device_tstamp_to_system()
/linux-6.12.1/sound/pci/hda/
Dhda_controller.c466 system->cs_id = CSID_X86_ART; in azx_get_sync_time()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c204 .cs_id = CSID_X86_ART, in mlx5_mtctr_syncdevicetime()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ptp.c2225 system->cs_id = CSID_X86_ART; in ice_ptp_get_syncdevicetime()