Searched refs:len_dw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crc32c-pcl-intel-asm_64.S | 86 #define len_dw %esi define 117 # less_than_8 expects length in upper 3 bits of len_dw 118 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30] 119 shl $32-3+1, len_dw 152 mul len_dw 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 [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | crc32c-pcl-intel-asm_64.S | 86 #define len_dw %esi define 117 # less_than_8 expects length in upper 3 bits of len_dw 118 # less_than_8_post_shl1 expects length = carryflag * 8 + len_dw[31:30] 119 shl $32-3+1, len_dw 152 mul len_dw 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 [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 596 static inline bool h2g_has_room(struct intel_guc_ct *ct, u32 len_dw) in h2g_has_room() argument 603 if (atomic_read(&ctb->space) >= len_dw) in h2g_has_room() 619 return space >= len_dw; in h2g_has_room()
|
H A D | intel_guc_submission.c | 822 u32 len_dw = wq_space_until_wrap(ce) / sizeof(u32) - 1; in guc_wq_noop_append() local 827 GEM_BUG_ON(!FIELD_FIT(WQ_LEN_MASK, len_dw)); in guc_wq_noop_append() 830 FIELD_PREP(WQ_LEN_MASK, len_dw); in guc_wq_noop_append() 843 u32 len_dw = (wqi_size / sizeof(u32)) - 1; in __guc_wq_item_append() local 863 GEM_BUG_ON(!FIELD_FIT(WQ_LEN_MASK, len_dw)); in __guc_wq_item_append() 866 FIELD_PREP(WQ_LEN_MASK, len_dw); in __guc_wq_item_append()
|
Completed in 11 milliseconds