Home
last modified time | relevance | path

Searched refs:len_dw (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S86 #define len_dw %esi macro
250 shl $32-4, len_dw # less_than_16 expects length
251 # in upper 4 bits of len_dw
258 # less_than_8 expects length in upper 3 bits of len_dw
259 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30]
260 shl $2, len_dw
267 shl $32-8, len_dw # Prepare len_dw for less_than_256
272 # upper lg(j) bits of len_dw
274 shl $1, len_dw # Get next MSB
287 # upper 3 bits of len_dw
[all …]
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c554 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room() argument
561 if (atomic_read(&ctb->space) >= len_dw) in h2g_has_room()
576 return space >= len_dw; in h2g_has_room()
Dintel_guc_submission.c812 u32 len_dw = wq_space_until_wrap(ce) / sizeof(u32) - 1; in guc_wq_noop_append() local
817 GEM_BUG_ON(!FIELD_FIT(WQ_LEN_MASK, len_dw)); in guc_wq_noop_append()
820 FIELD_PREP(WQ_LEN_MASK, len_dw); in guc_wq_noop_append()
833 u32 len_dw = (wqi_size / sizeof(u32)) - 1; in __guc_wq_item_append() local
853 GEM_BUG_ON(!FIELD_FIT(WQ_LEN_MASK, len_dw)); in __guc_wq_item_append()
856 FIELD_PREP(WQ_LEN_MASK, len_dw); in __guc_wq_item_append()