Searched defs:tc (Results 1 - 13 of 13) sorted by relevance

/arch/mips/kernel/
H A Dvpe-cmp.c19 void cleanup_tc(struct tc *tc) argument
93 struct tc *t;
148 /* add the tc to the list of this vpe's tc's. */
149 list_add(&t->tc, &v->tc);
H A Dsmp-mt.c56 static unsigned int __init smvp_vpe_init(unsigned int tc, unsigned int mvpconf0, argument
59 if (tc > ((mvpconf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT))
63 if (tc != 0) {
73 set_cpu_possible(tc, true);
74 set_cpu_present(tc, true);
75 __cpu_number_map[tc] = ++ncpu;
76 __cpu_logical_map[ncpu] = tc;
82 if (tc != 0)
88 static void __init smvp_tc_init(unsigned int tc, unsigned int mvpconf0) argument
92 if (!tc)
235 unsigned int mvpconf0, ntc, tc, ncpu = 0; local
[all...]
H A Dmips-mt.c57 int tc; local
72 for (tc = 0; tc < ntc; tc++) {
73 settc(tc);
94 for (tc = 0; tc < ntc; tc++) {
95 settc(tc);
100 printk(" TC %d (current TC with VPE EPC above)\n", tc);
[all...]
H A Dvpe-mt.c31 struct tc *t;
46 if (list_empty(&v->tc)) {
57 t = list_first_entry(&v->tc, struct tc, tc);
113 /* Set up the XTC bit in vpeconf0 to point at our tc */
147 void cleanup_tc(struct tc *tc) argument
159 settc(tc->index);
209 struct tc *
334 int tc, err; local
[all...]
H A Dvpe.c74 struct tc *get_tc(int index)
76 struct tc *res, *t;
100 INIT_LIST_HEAD(&v->tc);
112 /* allocate a tc. At startup only tc0 is running, all other can be halted. */
113 struct tc *alloc_tc(int index)
115 struct tc *tc; local
117 tc = kzalloc(sizeof(struct tc), GFP_KERNEL);
118 if (tc
[all...]
/arch/mips/include/asm/
H A Dvpe.h69 /* tc's associated with this vpe */
70 struct list_head tc; member in struct:vpe
84 struct tc { struct
89 struct list_head tc; /* The list of TC's with this VPE */ member in struct:tc
90 struct list_head list; /* The global list of tc's */
117 struct tc *get_tc(int index);
119 struct tc *alloc_tc(int index);
126 void cleanup_tc(struct tc *tc);
/arch/ia64/hp/sim/boot/
H A Dfw-emu.c111 fw_efi_get_time (efi_time_t *tm, efi_time_cap_t *tc) argument
124 if (tc)
125 memset(tc, 0, sizeof(*tc));
/arch/x86/platform/efi/
H A Defi_64.c392 static efi_status_t efi_thunk_get_time(efi_time_t *tm, efi_time_cap_t *tc) argument
400 phys_tc = virt_to_phys(tc);
/arch/ia64/include/uapi/asm/
H A Dkvm.h112 unsigned long tc : 1; /* 54 TR or TC */ member in struct:thash_data::__anon1717::__anon1719
213 /* Bit is set if there is a tr/tc for the region. */
/arch/s390/include/asm/
H A Detr.h89 unsigned int tc : 4; /* ETR type code */ member in struct:etr_edf3
/arch/mips/include/asm/txx9/
H A Dtx3927.h98 volatile unsigned long tc; /* +90 */ member in struct:tx3927_pcic_reg
/arch/cris/arch-v32/drivers/
H A Dcryptocop.c368 static int create_pad_descriptor(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **pad_desc, int alloc_flag) argument
389 switch (tc->unit_no) {
391 error = create_md5_pad(alloc_flag, tc->consumed, &pad, &plen);
398 mo.hashconf = tc->hash_conf;
399 mo.hashmode = tc->hash_mode;
402 error = create_sha1_pad(alloc_flag, tc->consumed, &pad, &plen);
409 mo.hashconf = tc->hash_conf;
410 mo.hashmode = tc->hash_mode;
413 if (tc->consumed % tc
439 setup_key_dl_desc(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **kd, int alloc_flag) argument
497 setup_cipher_iv_desc(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **id, int alloc_flag) argument
529 create_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **id, int alloc_flag) argument
651 append_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_dma_desc **current_in_cdesc, struct cryptocop_dma_desc **current_out_cdesc, struct cryptocop_tfrm_ctx *tc, int alloc_flag) argument
995 struct cryptocop_tfrm_ctx *tc = NULL; local
1580 struct cryptocop_transform_ctx *tc; local
1664 struct cryptocop_transform_ctx *tc = sess->tfrm_ctx; local
2591 struct cryptocop_transform_ctx *tc = get_transform_ctx(sess, CRYPTOCOP_IOCTL_CIPHER_TID); local
2645 struct cryptocop_transform_ctx *tc = get_transform_ctx(sess, CRYPTOCOP_IOCTL_DIGEST_TID); local
3284 struct cryptocop_tfrm_cfg *tc; local
[all...]
/arch/ia64/include/asm/
H A Dpal.h479 tc : 1, /* TLB check */ member in struct:pal_process_state_info_s
680 #define pmci_proc_tlb_check pme_processor.tc

Completed in 248 milliseconds