Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 69) sorted by relevance

123

/Linux-v5.10/net/netfilter/
Dnft_set_pipapo_avx2.c45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ argument
47 lt[((group) * NFT_PIPAPO_BUCKETS(4) + \
49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ argument
51 lt[((group) * NFT_PIPAPO_BUCKETS(8) + \
224 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local
226 lt += offset * NFT_PIPAPO_LONGS_PER_M256; in nft_pipapo_avx2_lookup_4b_2()
227 for (i = offset; i < m256_size; i++, lt += NFT_PIPAPO_LONGS_PER_M256) { in nft_pipapo_avx2_lookup_4b_2()
231 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2()
232 NFT_PIPAPO_AVX2_BUCKET_LOAD4(1, lt, 1, pg[1], bsize); in nft_pipapo_avx2_lookup_4b_2()
235 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize); in nft_pipapo_avx2_lookup_4b_2()
[all …]
Dnft_set_pipapo.h72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument
76 (field)->lt = (x); \
80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument
81 #define NFT_PIPAPO_LT_ASSIGN(field, x) ((field)->lt = (x))
129 unsigned long *lt; member
192 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local
199 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit()
201 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit()
204 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit()
206 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit()
[all …]
Dnft_set_pipapo.c622 long *new_lt = NULL, *new_p, *old_lt = f->lt, *old_p; in pipapo_resize()
701 pos = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_bucket_set()
841 sizeof(*f->lt); in pipapo_lt_bits_adjust()
849 sizeof(*f->lt); in pipapo_lt_bits_adjust()
856 sizeof(*f->lt); in pipapo_lt_bits_adjust()
874 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust()
878 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust()
886 kvfree(f->lt); in pipapo_lt_bits_adjust()
1302 memcpy(dst, src, offsetof(struct nft_pipapo_field, lt));
1305 src->bsize * sizeof(*dst->lt) +
[all …]
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddp.c46 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) in nvkm_dp_train_sense() argument
48 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_sense()
56 ret = nvkm_rdaux(dp->aux, DPCD_LS02, lt->stat, 6); in nvkm_dp_train_sense()
61 ret = nvkm_rdaux(dp->aux, DPCD_LS0C, &lt->pc2stat, 1); in nvkm_dp_train_sense()
63 lt->pc2stat = 0x00; in nvkm_dp_train_sense()
65 lt->stat, lt->pc2stat); in nvkm_dp_train_sense()
67 OUTP_TRACE(&dp->outp, "status %6ph", lt->stat); in nvkm_dp_train_sense()
74 nvkm_dp_train_drive(struct lt_state *lt, bool pc) in nvkm_dp_train_drive() argument
76 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_drive()
86 u8 lane = (lt->stat[4 + (i >> 1)] >> ((i & 1) * 4)) & 0xf; in nvkm_dp_train_drive()
[all …]
Ddp.h30 } lt; member
/Linux-v5.10/drivers/mtd/nand/raw/
Dmarvell_nand.c1026 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_read_page() local
1036 unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0); in marvell_nfc_hw_ecc_hmg_do_read_page()
1061 lt->data_bytes + oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page()
1062 memcpy(data_buf, nfc->dma_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page()
1063 memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page()
1065 marvell_nfc_xfer_data_in_pio(nfc, data_buf, lt->data_bytes); in marvell_nfc_hw_ecc_hmg_do_read_page()
1084 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_read_page() local
1085 unsigned int full_sz = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes; in marvell_nfc_hw_ecc_hmg_read_page()
1108 lt->data_bytes, true, page); in marvell_nfc_hw_ecc_hmg_read_page()
1140 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; in marvell_nfc_hw_ecc_hmg_do_write_page() local
[all …]
/Linux-v5.10/drivers/media/platform/rockchip/rga/
Drga-hw.c50 struct rga_addr_offset *lt, *lb, *rt, *rb; in rga_get_addr_offset() local
54 lt = &offsets.left_top; in rga_get_addr_offset()
65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset()
66 lt->u_off = in rga_get_addr_offset()
68 lt->v_off = lt->u_off + frm->width * frm->height / uv_factor; in rga_get_addr_offset()
70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset()
71 lb->u_off = lt->u_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset()
72 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset()
74 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()
75 rt->u_off = lt->u_off + w / x_div - 1; in rga_get_addr_offset()
[all …]
/Linux-v5.10/scripts/
Dunifdef.c831 Linetype lt; in eval_unary() local
837 lt = eval_unary(ops, valp, &cp); in eval_unary()
838 if (lt == LT_ERROR) in eval_unary()
840 if (lt != LT_IF) { in eval_unary()
842 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary()
847 lt = eval_table(eval_ops, valp, &cp); in eval_unary()
848 if (lt == LT_ERROR) in eval_unary()
858 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary()
871 lt = LT_IF; in eval_unary()
874 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary()
[all …]
/Linux-v5.10/arch/mips/pci/
Dfixup-cobalt.c56 unsigned char lt; in qube_raq_via_bmIDE_fixup() local
67 pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lt); in qube_raq_via_bmIDE_fixup()
68 if (lt < 64) in qube_raq_via_bmIDE_fixup()
/Linux-v5.10/arch/arm64/lib/
Dmemset.S96 b.lt 2f
147 b.lt .Lnot_short /*count is at least 128 bytes*/
167 b.lt .Lnot_short /* Not enough to reach alignment. */
179 b.lt .Lnot_short
/Linux-v5.10/kernel/locking/
Dlockdep_proc.c420 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time() argument
422 seq_printf(m, "%14lu", lt->nr); in seq_lock_time()
423 seq_time(m, lt->min); in seq_lock_time()
424 seq_time(m, lt->max); in seq_lock_time()
425 seq_time(m, lt->total); in seq_lock_time()
426 seq_time(m, lt->nr ? div64_u64(lt->total, lt->nr) : 0); in seq_lock_time()
/Linux-v5.10/arch/ia64/lib/
Dclear_page.S59 cmp.lt p8,p0=dst_fetch, dst_last
67 cmp.lt p8,p0=dst_fetch, dst_last
Dmemcpy_mck.S119 cmp.lt p6,p0=2*PREFETCH_DIST,cnt
120 cmp.lt p7,p8=1,cnt
292 cmp.lt p6,p7=blocksize,in2
302 cmp.lt p7,p8=1,r21
630 cmp.lt p8,p0=A,r0
/Linux-v5.10/arch/mips/include/asm/
Dcpu-features.h63 #define __isa_range(ge, lt) \ argument
64 ((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt)))
65 #define __isa_range_or_flag(ge, lt, flag) \ argument
66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c738 int lid, lt, ld, fl; in npc_program_mkex_profile() local
750 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_profile()
752 SET_KEX_LD(NIX_INTF_RX, lid, lt, ld, in npc_program_mkex_profile()
754 [lid][lt][ld]); in npc_program_mkex_profile()
756 SET_KEX_LD(NIX_INTF_TX, lid, lt, ld, in npc_program_mkex_profile()
758 [lid][lt][ld]); in npc_program_mkex_profile()
2218 #define GET_KEX_LD(intf, lid, lt, ld) \ argument
2220 NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, lt, ld))
2229 int lid, lt, ld, fl; in rvu_mbox_handler_npc_get_kex_cfg() local
2234 for (lt = 0; lt < NPC_MAX_LT; lt++) { in rvu_mbox_handler_npc_get_kex_cfg()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dsc/
DMakefile18 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
/Linux-v5.10/drivers/power/supply/
Dbq25890_charger.c296 struct bq25890_lookup lt; member
310 [TBL_TREG] = { .lt = {bq25890_treg_tbl, BQ25890_TREG_TBL_SIZE} },
311 [TBL_BOOSTI] = { .lt = {bq25890_boosti_tbl, BQ25890_BOOSTI_TBL_SIZE} }
338 const u32 *tbl = bq25890_tables[id].lt.tbl; in bq25890_find_idx()
339 u32 tbl_size = bq25890_tables[id].lt.size; in bq25890_find_idx()
364 return bq25890_tables[id].lt.tbl[idx]; in bq25890_find_val()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn21/
DMakefile21 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
/Linux-v5.10/arch/mips/kernel/
Dptrace.c164 unsigned long lt[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local
173 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs()
175 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs()
179 if (lt[i] & 0xffffffff80000000UL) in ptrace_set_watch_regs()
182 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs()
192 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs()
194 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
DMakefile41 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
/Linux-v5.10/arch/arm/lib/
Dclear_user.S32 strusr r2, r0, 1, lt
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
DMakefile25 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
DMakefile50 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
/Linux-v5.10/arch/powerpc/lib/
DMakefile34 ifeq ($(call ld-ifversion, -lt, 225000000, y),y)
/Linux-v5.10/tools/vm/
Dslabinfo-gnuplot.sh89 set style histogram columnstacked title textcolor lt -1

123