Searched refs:fc (Results 1 - 23 of 23) sorted by relevance

/arch/ia64/kernel/
H A Dmca_asm.S633 fc r17
634 fc r1
635 fc r2
636 fc r3
637 fc r4
638 fc r5
639 fc r6
640 fc r7
650 fc r17
651 fc r
[all...]
H A Dparavirtentry.S78 fc.i r32
H A Dparavirt.c104 DEFINE_VOID_FUNC1_VOID(fc); variable
339 DEFINE_VOID_FUNC1_VOID(fc,
340 "fc r8\n");
556 .fc = ia64_native_fc_func,
761 IA64_NATIVE_PATCH_BUNDLE_ELEM(fc, FC),
H A Drelocate_kernel.S160 fc.i r17
167 sync.i // for fc.i
/arch/s390/include/asm/
H A Dsysinfo.h145 static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) argument
147 register int r0 asm("0") = (fc << 28) | sel1;
H A Dnmi.h53 __u32 fc : 1; /* 43 fp control register validity */ member in struct:mci
H A Dtopology.h35 int topology_set_cpu_management(int fc);
H A Dvtoc.h161 __u16 fc; /* number of whole cylinders in free ext. */ member in struct:vtoc_ds5ext
/arch/powerpc/math-emu/
H A Dmath_efp.c184 unsigned long type, func, fc, fa, fb, src, speinsn; local
197 fc = (speinsn >> 21) & 0x1f;
202 vc.wp[0] = current->thread.evr[fc];
203 vc.wp[1] = regs->gpr[fc];
637 current->thread.evr[fc] = vc.wp[0];
638 regs->gpr[fc] = vc.wp[1];
665 unsigned long speinsn, type, fc; local
682 fc = (speinsn >> 21) & 0x1f;
683 s_lo = regs->gpr[fc] & SIGN_BIT_S;
684 s_hi = current->thread.evr[fc]
[all...]
/arch/ia64/lib/
H A Dflush.S39 shl r24=r23,r20 // r24: addresses for "fc.i" =
51 .Loop: fc.i r24 // issuable on M0 only
92 shl r24=r23,r20 // r24: addresses for "fc" =
106 fc r24 // issuable on M0 only
/arch/x86/platform/uv/
H A Dbios_uv.c86 s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher, argument
93 ret = uv_bios_call_irqsave(UV_BIOS_GET_SN_INFO, fc,
/arch/alpha/math-emu/
H A Dmath.c104 unsigned long fa, fb, fc, func, mode, src; local
110 fc = (insn >> 0) & 0x1f; /* destination register */
274 alpha_write_fp_reg_s(fc, vc);
282 alpha_write_fp_reg(fc, vc);
/arch/s390/kvm/
H A Dpriv.c234 int fc = (vcpu->run->s.regs.gprs[0] & 0xf0000000) >> 28; local
243 VCPU_EVENT(vcpu, 4, "stsi: fc: %x sel1: %x sel2: %x", fc, sel1, sel2);
249 if (operand2 & 0xfff && fc > 0)
252 switch (fc) {
262 if (stsi((void *) mem, fc, sel1, sel2) == -ENOSYS)
/arch/ia64/include/asm/
H A Dintrinsics.h112 /* fc, thash, get_cpuid, get_pmd, get_eflags, set_eflags */
116 #define ia64_fc IA64_INTRINSIC_API(fc)
H A Dparavirt_privop.h36 void (*fc)(void *addr); member in struct:pv_cpu_ops
400 PARAVIRT_DEFINE_CPU_OP1_VOID(fc, FC);
/arch/s390/kernel/
H A Dtopology.c208 static int ptf(unsigned long fc) argument
217 : "d" (fc) : "cc");
221 int topology_set_cpu_management(int fc) argument
227 if (fc)
H A Dnmi.c136 if (!mci->fc) {
/arch/ia64/include/asm/native/
H A Dpvchk_inst.h34 /* "fc" and "thash" are privilege-sensitive instructions, meaning they
40 #define fc .error "fc should not be used directly." macro
/arch/ia64/xen/
H A Dxen_pv_ops.c528 DEFINE_VOID_FUNC1_VOID(fc,
791 .fc = xen_fc,
1025 XEN_PATCH_BUNDLE_ELEM(fc, FC),
/arch/ia64/hp/sim/boot/
H A Dboot_head.S101 .loop: fc r8
/arch/x86/platform/ce4100/
H A Dfalconfalls.dts52 pci@3fc {
/arch/ia64/include/asm/sn/
H A Dsn_sal.h1053 ia64_sn_get_sn_info(int fc, u8 *shubtype, u16 *nasid_bitmask, u8 *nasid_shift, argument
1062 SAL_CALL_NOLOCK(ret_stuff, SN_SAL_GET_SN_INFO, fc, 0, 0, 0, 0, 0, 0);
/arch/x86/kvm/
H A Demulate.c665 struct fetch_cache *fc = &ctxt->fetch; local
669 if (ctxt->_eip == fc->end) {
673 cur_size = fc->end - fc->start;
679 rc = ctxt->ops->fetch(ctxt, linear, fc->data + cur_size,
683 fc->end += size;
685 *dest = fc->data[ctxt->_eip - fc->start];

Completed in 1462 milliseconds