| /linux/arch/sparc/kernel/ |
| H A D | hvcalls.S | 9 ta HV_FAST_TRAP 20 ta HV_FAST_TRAP 30 ta HV_FAST_TRAP 41 ta HV_FAST_TRAP 51 ta HV_FAST_TRAP 62 ta HV_FAST_TRAP 72 ta HV_FAST_TRAP 86 ta HV_FAST_TRAP 97 ta HV_FAST_TRAP 105 ta HV_FAST_TRAP [all …]
|
| H A D | pci_sun4v_asm.S | 22 ta HV_FAST_TRAP 38 ta HV_FAST_TRAP 53 ta HV_FAST_TRAP 72 ta HV_FAST_TRAP 92 ta HV_FAST_TRAP 111 ta HV_FAST_TRAP 126 ta HV_FAST_TRAP 141 ta HV_FAST_TRAP 155 ta HV_FAST_TRAP 168 ta HV_FAST_TRAP [all …]
|
| H A D | hvtramp.S | 65 ta HV_FAST_TRAP 77 ta HV_FAST_TRAP 89 ta HV_FAST_TRAP
|
| /linux/arch/arm/kernel/ |
| H A D | smp_tlb.c | 40 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_page() local 43 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page() 50 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_kernel_page() local 52 local_flush_tlb_kernel_page(ta->ta_start); in ipi_flush_tlb_kernel_page() 57 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_range() local 60 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range() 67 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_kernel_range() local 69 local_flush_tlb_kernel_range(ta->ta_start, ta->ta_end); in ipi_flush_tlb_kernel_range() 199 struct tlb_args ta; in flush_tlb_page() local 200 ta.ta_vma = vma; in flush_tlb_page() [all …]
|
| /linux/arch/arc/mm/ |
| H A D | tlb.c | 305 struct tlb_args *ta = arg; in ipi_flush_tlb_page() local 307 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page() 312 struct tlb_args *ta = arg; in ipi_flush_tlb_range() local 314 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range() 320 struct tlb_args *ta = arg; in ipi_flush_pmd_tlb_range() local 322 local_flush_pmd_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_pmd_tlb_range() 328 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_kernel_range() local 330 local_flush_tlb_kernel_range(ta->ta_start, ta->ta_end); in ipi_flush_tlb_kernel_range() 346 struct tlb_args ta = { in flush_tlb_page() local 351 on_each_cpu_mask(mm_cpumask(vma->vm_mm), ipi_flush_tlb_page, &ta, 1); in flush_tlb_page() [all …]
|
| /linux/arch/riscv/crypto/ |
| H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 92 vsetivli zero, 4, e32, m1, ta, ma 109 vsetvli VL, LEN32, e32, m4, ta, ma 113 vsetvli zero, t0, e32, m1, ta, ma 119 vsetvli zero, t0, e64, m2, ta, ma 123 vsetvli zero, t1, e32, m2, ta, ma 131 vsetvli zero, LEN32, e32, m4, ta, ma 143 vsetivli zero, 2, e64, m1, ta, ma 148 vsetvli zero, LEN32, e32, m4, ta, ma 163 vsetivli zero, 4, e32, m1, ta, ma 173 vsetvli VLMAX, zero, e32, m4, ta, ma [all …]
|
| H A D | aes-riscv64-zvkned-zvkb.S | 71 vsetvli t1, zero, e8, m1, ta, ma 75 vsetivli zero, 4, e32, m1, ta, ma 79 vsetivli zero, 4, e32, m1, ta, mu 84 vsetvli zero, LEN32, e32, m4, ta, ma 91 vsetvli VL_E32, LEN32, e32, m4, ta, mu 98 vsetvli VL_E32, LEN32, e32, m4, ta, mu 112 vsetvli t0, LEN, e8, m4, ta, ma 128 vsetivli zero, 4, e32, m1, ta, mu
|
| H A D | sm4-riscv64-zvksed-zvkb.S | 54 vsetivli zero, 4, e32, m1, ta, ma 86 vsetivli zero, 4, e32, m1, ta, ma
|
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 288 let ta = TestAlign::<Blob, Kmalloc>::new()?; in test_alignment() localVariable 289 assert!(ta.is_aligned_to(128)); in test_alignment() 291 let ta = TestAlign::<LargeAlignBlob, Kmalloc>::new()?; in test_alignment() localVariable 292 assert!(ta.is_aligned_to(8192)); in test_alignment() 294 let ta = TestAlign::<Blob, Vmalloc>::new()?; in test_alignment() localVariable 295 assert!(ta.is_aligned_to(128)); in test_alignment() 297 let ta = TestAlign::<LargeAlignBlob, Vmalloc>::new()?; in test_alignment() localVariable 298 assert!(ta.is_aligned_to(8192)); in test_alignment() 300 let ta = TestAlign::<Blob, KVmalloc>::new()?; in test_alignment() localVariable 301 assert!(ta.is_aligned_to(128)); in test_alignment() [all …]
|
| /linux/drivers/char/hw_random/ |
| H A D | n2-asm.S | 14 ta HV_FAST_TRAP 23 ta HV_FAST_TRAP 34 ta HV_FAST_TRAP 46 ta HV_FAST_TRAP 53 ta HV_FAST_TRAP 61 ta HV_FAST_TRAP 69 ta HV_FAST_TRAP 77 ta HV_FAST_TRAP
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11n_rxreorder.h | 46 u16 tid, u8 *ta, 67 u8 *ta); 69 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta); 70 void mwifiex_11n_del_rx_reorder_tbl_by_ta(struct mwifiex_private *priv, u8 *ta);
|
| H A D | 11n_rxreorder.c | 230 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta) in mwifiex_11n_get_rx_reorder_tbl() argument 236 if (!memcmp(tbl->ta, ta, ETH_ALEN) && tbl->tid == tid) { in mwifiex_11n_get_rx_reorder_tbl() 249 void mwifiex_11n_del_rx_reorder_tbl_by_ta(struct mwifiex_private *priv, u8 *ta) in mwifiex_11n_del_rx_reorder_tbl_by_ta() argument 253 if (!ta) in mwifiex_11n_del_rx_reorder_tbl_by_ta() 258 if (!memcmp(tbl->ta, ta, ETH_ALEN)) { in mwifiex_11n_del_rx_reorder_tbl_by_ta() 329 mwifiex_11n_create_rx_reorder_tbl(struct mwifiex_private *priv, u8 *ta, in mwifiex_11n_create_rx_reorder_tbl() argument 341 tbl = mwifiex_11n_get_rx_reorder_tbl(priv, tid, ta); in mwifiex_11n_create_rx_reorder_tbl() 353 memcpy(new_node->ta, ta, ETH_ALEN); in mwifiex_11n_create_rx_reorder_tbl() 361 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_11n_create_rx_reorder_tbl() 366 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_11n_create_rx_reorder_tbl() [all …]
|
| H A D | sta_rx.c | 196 u8 ta[ETH_ALEN]; in mwifiex_process_sta_rx_packet() local 241 memcpy(ta, rx_pkt_hdr->eth803_hdr.h_source, ETH_ALEN); in mwifiex_process_sta_rx_packet() 244 sta_ptr = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_sta_rx_packet() 248 mwifiex_auto_tdls_update_peer_signal(priv, ta, in mwifiex_process_sta_rx_packet() 256 memcpy(ta, priv->curr_bss_params.bss_descriptor.mac_address, in mwifiex_process_sta_rx_packet() 262 ta, (u8) rx_pkt_type, skb); in mwifiex_process_sta_rx_packet()
|
| H A D | uap_txrx.c | 381 u8 ta[ETH_ALEN], pkt_type; in mwifiex_process_uap_rx_packet() local 398 ether_addr_copy(ta, rx_pkt_hdr->eth803_hdr.h_source); in mwifiex_process_uap_rx_packet() 408 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_uap_rx_packet() 427 node = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_uap_rx_packet() 435 (!mwifiex_11n_get_rx_reorder_tbl(priv, uap_rx_pd->priority, ta) && in mwifiex_process_uap_rx_packet() 444 uap_rx_pd->priority, ta, pkt_type, in mwifiex_process_uap_rx_packet()
|
| /linux/arch/parisc/math-emu/ |
| H A D | fpudispatch.c | 1158 u_int rm1, rm2, tm, ra, ta; /* operands */ local 1184 ta = extru(ir, fptapos, 5) * sizeof(double)/sizeof(u_int); 1185 if (ta == 0) 1195 if (dbl_to_sgl_fcnvfxt(&fpregs[ta], 1204 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, 1219 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, 1231 fpregs[ta] = atmp.ints.i1; 1232 fpregs[ta+1] = atmp.ints.i2; 1254 ta = (extru(ir,fptapos,4) | 0x10 ) << 1; /* get offset */ 1255 ta |= extru(ir,fptapos-4,1); /* add right word offset */ [all …]
|
| /linux/lib/crypto/ |
| H A D | arc4.c | 42 u32 ty, ta, tb; in arc4_crypt() local 59 ta = S[x]; in arc4_crypt() 60 ty = (y + ta) & 0xff; in arc4_crypt() 66 a = ta; in arc4_crypt()
|
| /linux/drivers/nvmem/ |
| H A D | stm32-romem.c | 33 bool ta; member 224 if (cfg->ta || optee_presence_check()) { in stm32_romem_probe() 231 if (cfg->ta || !stm32_bsec_smc_check()) in stm32_romem_probe() 263 .ta = false, 269 .ta = true, 282 .ta = true,
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-optee-devices | 1 What: /sys/bus/tee/devices/optee-ta-<uuid>/ 8 are free to create needed API under optee-ta-<uuid> directory. 10 What: /sys/bus/tee/devices/optee-ta-<uuid>/need_supplicant
|
| /linux/arch/riscv/lib/ |
| H A D | xor.S | 10 vsetvli a3, a0, e8, m8, ta, ma 24 vsetvli a4, a0, e8, m8, ta, ma 41 vsetvli a5, a0, e8, m8, ta, ma 61 vsetvli a6, a0, e8, m8, ta, ma
|
| /linux/drivers/tee/amdtee/ |
| H A D | core.c | 173 static int copy_ta_binary(struct tee_context *ctx, void *ptr, void **ta, in copy_ta_binary() argument 207 *ta = (void *)__get_free_pages(GFP_KERNEL, get_order(*ta_size)); in copy_ta_binary() 208 if (!*ta) { in copy_ta_binary() 214 memcpy(*ta, fw->data, fw->size); in copy_ta_binary() 242 void *ta; in amdtee_open_session() local 249 rc = copy_ta_binary(ctx, &arg->uuid[0], &ta, &ta_size); in amdtee_open_session() 256 handle_load_ta(ta, ta_size, arg); in amdtee_open_session() 303 free_pages((u64)ta, get_order(ta_size)); in amdtee_open_session()
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-rds-gen.c | 66 data[1].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 113 data[1].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 120 data[3].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 145 rds->ta = alt; in vivid_rds_gen_fill()
|
| /linux/lib/crypto/riscv/ |
| H A D | sha256-riscv64-zvknha_or_zvknhb-zvkb.S | 114 vsetivli zero, 4, e32, m1, ta, ma 150 vsetivli zero, 1, e8, m1, ta, ma 158 vsetivli zero, 1, e32, m1, ta, ma 161 vsetivli zero, 4, e32, m1, ta, ma
|
| H A D | sha512-riscv64-zvknhb-zvkb.S | 102 vsetivli zero, 1, e8, m1, ta, ma 110 vsetivli zero, 1, e32, m1, ta, ma 113 vsetivli zero, 4, e64, m2, ta, ma
|
| /linux/arch/riscv/kernel/ |
| H A D | vec-copy-unaligned.S | 26 vsetivli t0, 8, WORD_SEW, m8, ta, ma 48 vsetivli t0, 8, e8, m8, ta, ma
|
| /linux/arch/sparc/mm/ |
| H A D | ultra.S | 390 ta HV_FAST_TRAP 413 ta HV_MMU_UNMAP_ADDR_TRAP 441 ta HV_MMU_UNMAP_ADDR_TRAP 473 ta HV_MMU_UNMAP_ADDR_TRAP 488 ta HV_FAST_TRAP 725 ta HV_FAST_TRAP 729 ta HV_FAST_TRAP 733 ta HV_FAST_TRAP 737 ta HV_FAST_TRAP 867 ta HV_FAST_TRAP [all …]
|