/linux-3.4.99/arch/sh/kernel/ |
D | head_64.S | 188 pta clear_ITLB, tr1 197 pta clear_DTLB, tr1 277 pta/u hopeless, tr1 278 pta/u hopeless, tr2 279 pta/u hopeless, tr3 280 pta/u hopeless, tr4 281 pta/u hopeless, tr5 282 pta/u hopeless, tr6 283 pta/u hopeless, tr7 321 pta clear_quad, tr1 [all …]
|
/linux-3.4.99/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 277 pta handle_exception, tr0 398 pta handle_exception, tr0 439 pta handle_exception, tr0 475 pta single_step_panic, tr0 572 pta handle_exception, tr0 669 pta stack_ok, tr0 680 pta no_underflow, tr0 692 pta bad_sp, tr0 872 pta resume_kernel, tr0 875 pta ret_with_reschedule, tr0 [all …]
|
D | switchto.S | 106 ! do this early as pta->gettr has no pipeline forwarding (=> 5 cycle latency) 109 pta .Lsave_pc, tr0
|
/linux-3.4.99/arch/sh/lib64/ |
D | strcpy.S | 24 pta/l shortstring,tr1 32 pta/l no_lddst, tr2 38 pta/l loop, tr0 68 pta/l shortstring2,tr1
|
D | copy_page.S | 37 pta 1f, tr1 38 pta 2f, tr2 39 pta 3f, tr3
|
D | copy_user_memcpy.S | 67 pta/l Large,tr0 119 pta/l L2_3,tr0 126 pta L4_7, tr0 135 pta L8_15, tr0 160 pta/l Loop_ua, tr1 174 pta/l Loop_line, tr0
|
D | memcpy.S | 52 pta/l Large,tr0 104 pta/l L2_3,tr0 111 pta L4_7, tr0 120 pta L8_15, tr0 145 pta/l Loop_ua, tr1 159 pta/l Loop_line, tr0
|
D | strlen.S | 23 pta/l loop, tr0
|
D | udivdi3.S | 15 pta large_divisor,tr0 91 pta no_lo_adj,tr0
|
/linux-3.4.99/arch/ia64/kvm/ |
D | vtlb.c | 286 cur = vsa_thash(hcb->pta, curadr, vrr.val, &tag); in vtlb_purge() 339 head = vsa_thash(hcb->pta, va, vrr.val, &tag); in vtlb_insert() 534 cch = vsa_thash(hcb->pta, va, vrr.val, &tag); in vtlb_lookup() 550 hcb->pta.val = (unsigned long)hcb->hash; in thash_init() 551 hcb->pta.vf = 1; in thash_init() 552 hcb->pta.ve = 1; in thash_init() 553 hcb->pta.size = sz; in thash_init() 632 ia64_set_pta(v->arch.vhpt.pta.val); in kvm_init_vhpt()
|
D | vti.h | 133 unsigned long pta; member
|
D | asm-offsets.c | 203 DEFINE(VMM_VPD_VPTA_OFFSET, offsetof(struct vpd, pta)); in foo()
|
D | trampoline.S | 278 mov r16 = cr.pta; \ 301 mov cr.pta = r16; \
|
D | vcpu.h | 489 return ((u64)VCPU(vcpu, pta)); in vcpu_get_pta()
|
/linux-3.4.99/arch/sh/boot/compressed/ |
D | head_64.S | 64 pta 1f, tr1 72 pta 1f, tr1
|
/linux-3.4.99/drivers/net/wireless/wl1251/ |
D | acx.c | 586 struct acx_bt_wlan_coex *pta; in wl1251_acx_sg_enable() local 591 pta = kzalloc(sizeof(*pta), GFP_KERNEL); in wl1251_acx_sg_enable() 592 if (!pta) { in wl1251_acx_sg_enable() 597 pta->enable = SG_ENABLE; in wl1251_acx_sg_enable() 599 ret = wl1251_cmd_configure(wl, ACX_SG_ENABLE, pta, sizeof(*pta)); in wl1251_acx_sg_enable() 606 kfree(pta); in wl1251_acx_sg_enable()
|
/linux-3.4.99/drivers/net/wireless/wl12xx/ |
D | acx.c | 486 struct acx_bt_wlan_coex *pta; in wl1271_acx_sg_enable() local 491 pta = kzalloc(sizeof(*pta), GFP_KERNEL); in wl1271_acx_sg_enable() 492 if (!pta) { in wl1271_acx_sg_enable() 498 pta->enable = wl->conf.sg.state; in wl1271_acx_sg_enable() 500 pta->enable = CONF_SG_DISABLE; in wl1271_acx_sg_enable() 502 ret = wl1271_cmd_configure(wl, ACX_SG_ENABLE, pta, sizeof(*pta)); in wl1271_acx_sg_enable() 509 kfree(pta); in wl1271_acx_sg_enable()
|
/linux-3.4.99/arch/ia64/kernel/ |
D | paravirt.c | 446 __DEFINE_GET_CR(PTA, pta) 529 __DEFINE_SET_CR(PTA, pta) 727 IA64_NATIVE_PATCH_DEFINE_CR(pta, pta); 839 IA64_NATIVE_PATCH_BUNDLE_ELEM_CR(pta, PTA),
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | kvm.h | 176 unsigned long pta; member
|
D | processor.h | 557 ia64_set_pta (__u64 pta) in ia64_set_pta() argument 560 ia64_setreg(_IA64_REG_CR_PTA, pta); in ia64_set_pta()
|
D | kvm_host.h | 363 union ia64_pta pta; member
|
D | sal.h | 876 u64 pta; member
|
/linux-3.4.99/arch/ia64/mm/ |
D | init.c | 299 unsigned long pta, impl_va_bits; in ia64_mmu_init() local 349 pta = POW2(61) - POW2(vmlpt_bits); in ia64_mmu_init() 357 ia64_set_pta(pta | (0 << 8) | (vmlpt_bits << 2) | VHPT_ENABLE_BIT); in ia64_mmu_init()
|
/linux-3.4.99/drivers/cpufreq/ |
D | powernow-k8.c | 1149 struct powernowk8_target_arg *pta = arg; in powernowk8_target_fn() local 1150 struct cpufreq_policy *pol = pta->pol; in powernowk8_target_fn() 1151 unsigned targfreq = pta->targfreq; in powernowk8_target_fn() 1152 unsigned relation = pta->relation; in powernowk8_target_fn() 1223 struct powernowk8_target_arg pta = { .pol = pol, .targfreq = targfreq, in powernowk8_target() local 1226 return work_on_cpu(pol->cpu, powernowk8_target_fn, &pta); in powernowk8_target()
|
/linux-3.4.99/arch/ia64/include/asm/xen/ |
D | interface.h | 159 unsigned long pta; /* CR8 */ member
|