Searched refs:th (Results 1 - 25 of 187) sorted by path

12345678

/linux-master/arch/arm/lib/
H A Ddiv64.S115 @ (the 33th bit) this is a false positive so resume the loop.
/linux-master/arch/m68k/fpsp040/
H A Dsatan.S27 | of X with a bit-1 attached at the 6-th bit position. Define u
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S6165 # significant bits of X with a bit-1 attached at the 6-th #
10418 andi.w &0x10,%d1 # keep sign bit in 4th spot
/linux-master/drivers/char/
H A Dds1620.c336 struct therm th; local
339 ds1620_read_state(&th);
343 th.hi >> 1, th.hi & 1 ? 5 : 0,
344 th.lo >> 1, th.lo & 1 ? 5 : 0,
368 struct therm th, th_start; local
382 ds1620_read_state(&th);
389 ds1620_write_state(&th);
400 ds1620_read_state(&th);
[all...]
/linux-master/drivers/hwtracing/intel_th/
H A Dacpi.c42 struct intel_th *th; local
54 th = intel_th_alloc(&pdev->dev, (void *)id->driver_data, resource, r);
55 if (IS_ERR(th))
56 return PTR_ERR(th);
58 adev->driver_data = th;
65 struct intel_th *th = platform_get_drvdata(pdev); local
67 intel_th_free(th);
/linux-master/fs/reiserfs/
H A Dbitmap.c143 static int scan_bitmap_block(struct reiserfs_transaction_handle *th, argument
147 struct super_block *s = th->t_super;
153 BUG_ON(!th->t_trans_id);
258 journal_mark_dirty(th, bh);
265 journal_mark_dirty(th, SB_BUFFER_WITH_SB(s));
347 static int scan_bitmap(struct reiserfs_transaction_handle *th, argument
352 struct super_block *s = th->t_super;
357 BUG_ON(!th->t_trans_id);
391 scan_bitmap_block(th, bm, &off, off_max,
402 scan_bitmap_block(th, b
416 _reiserfs_free_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block, int for_unformatted) argument
467 reiserfs_free_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block, int for_unformatted) argument
491 reiserfs_free_prealloc_block(struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block) argument
502 __discard_prealloc(struct reiserfs_transaction_handle *th, struct reiserfs_inode_info *ei) argument
536 reiserfs_discard_prealloc(struct reiserfs_transaction_handle *th, struct inode *inode) argument
546 reiserfs_discard_all_prealloc(struct reiserfs_transaction_handle *th) argument
[all...]
/linux-master/net/ipv6/ila/
H A Dila_common.c84 struct tcphdr *th = (struct tcphdr *) local
88 inet_proto_csum_replace_by_diff(&th->check, skb,
/linux-master/net/netfilter/
H A Dxt_ecn.c31 const struct tcphdr *th; local
36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph);
37 if (th == NULL)
42 if (th->ece == 1)
45 if (th->ece == 0)
52 if (th->cwr == 1)
55 if (th->cwr == 0)
H A Dxt_tcpmss.c28 const struct tcphdr *th; local
36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph);
37 if (th == NULL)
41 if (th->doff*4 < sizeof(*th))
44 optlen = th->doff*4 - sizeof(*th);
49 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt);
/linux-master/arch/alpha/lib/
H A Dev67-strlen.S35 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
H A Dstrlen.S30 cmpbge $31, $1, $2 # $2 <- bitmask: bit i == 1 <==> i-th byte == 0
/linux-master/arch/x86/kernel/
H A Dftrace_32.S137 pushl %esp # 4th argument: pt_regs
142 addl $4, %esp # skip 4th argument
/linux-master/arch/x86/realmode/
H A Dinit.c70 static void __init sme_sev_setup_real_mode(struct trampoline_header *th) argument
74 th->flags |= TH_FLAGS_SME_ACTIVE;
81 th->start = (u64) secondary_startup_64_no_verify;
/linux-master/crypto/
H A Dvmac.c151 int i; u64 th, tl; \
154 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
156 ADD128(rh, rl, th, tl); \
162 int i; u64 th, tl; \
165 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i], \
167 ADD128(rh, rl, th, tl); \
168 MUL64(th, tl, pe64_to_cpup((mp)+i)+(kp)[i+2], \
170 ADD128(rh1, rl1, th, tl); \
177 int i; u64 th, tl; \
180 MUL64(th, t
[all...]
/linux-master/drivers/acpi/
H A Dprmt.c97 struct prm_handler_info *th; local
148 th = &tm->handlers[cur_handler];
150 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid);
151 th->handler_addr = (void *)efi_pa_va_lookup(handler_info->handler_address);
152 th->static_data_buffer_addr = efi_pa_va_lookup(handler_info->static_data_buffer_address);
153 th->acpi_param_buffer_addr = efi_pa_va_lookup(handler_info->acpi_param_buffer_address);
H A Dsysfs.c445 static int acpi_bert_data_init(void *th, struct acpi_data_attr *data_attr) argument
447 struct acpi_table_bert *bert = th;
461 static int acpi_ccel_data_init(void *th, struct acpi_data_attr *data_attr) argument
463 struct acpi_table_ccel *ccel = th;
487 static int acpi_table_data_init(struct acpi_table_header *th) argument
493 if (ACPI_COMPARE_NAMESEG(th->signature, acpi_data_objs[i].name)) {
500 return acpi_data_objs[i].fn(th, data_attr);
/linux-master/drivers/ata/
H A Dpata_mpc52xx.c85 u8 th; member in struct:mdmaspec
93 { .t0M = 32, .td = 15, .th = 2, .tj = 2, .tkw = 15, .tm = 4, .tn = 1 },
94 { .t0M = 10, .td = 6, .th = 1, .tj = 1, .tkw = 4, .tm = 2, .tn = 1 },
95 { .t0M = 8, .td = 5, .th = 1, .tj = 1, .tkw = 2, .tm = 2, .tn = 1 },
99 { .t0M = 64, .td = 29, .th = 3, .tj = 3, .tkw = 29, .tm = 7, .tn = 2 },
100 { .t0M = 20, .td = 11, .th = 2, .tj = 1, .tkw = 7, .tm = 4, .tn = 1 },
101 { .t0M = 16, .td = 10, .th = 2, .tj = 1, .tkw = 4, .tm = 4, .tn = 1 },
305 t->mdma2 = ((u32)s->th << 24) | ((u32)s->tj << 16) | ((u32)s->tn << 8);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm375 // SQ hang, since the 7,8th wave could not get arbit to exec inst, while
H A Dcwsr_trap_handler_gfx8.asm226 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx9.asm366 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3353 static int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) argument
3368 *th = t - ah;
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_regs.h523 #define SET_MC_FIFO_RTHRESHOLD(dev, ctrl, vc, th) \
525 (vc) / 2), ((vc) % 2) * 16, 16, th)
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c54 alpha, bp, flg, fm, np, th) \
69 .tile_height = th \
111 flg, fm, np, th) \
126 .tile_height = th \
148 flg, fm, np, th) \
163 .tile_height = th \
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c219 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) argument
234 *th = t - ah;
H A Dr600_dpm.h141 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th);

Completed in 404 milliseconds

12345678