Home
last modified time | relevance | path

Searched refs:ufp (Results 1 – 6 of 6) sorted by relevance

/linux/arch/sparc/kernel/ !
H A Dsignal_32.c76 unsigned long up_psr, pc, npc, ufp; in do_sigreturn() local
94 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn()
97 if (ufp & 0x7) in do_sigreturn()
144 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn() local
155 if (get_user(ufp, &sf->regs.u_regs[UREG_FP])) in do_rt_sigreturn()
158 if (ufp & 0x7) in do_rt_sigreturn()
H A Dsignal32.c88 unsigned int psr, ufp; in do_sigreturn32() local
106 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn32()
109 if (ufp & 0x7) in do_sigreturn32()
177 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn32() local
194 if (get_user(ufp, &sf->regs.u_regs[UREG_FP])) in do_rt_sigreturn32()
197 if (ufp & 0x7) in do_rt_sigreturn32()
H A Dsignal_64.c257 unsigned long tpc, tnpc, tstate, ufp; in do_rt_sigreturn() local
275 if (get_user(ufp, &sf->regs.u_regs[UREG_FP])) in do_rt_sigreturn()
278 if ((ufp + STACK_BIAS) & 0x7) in do_rt_sigreturn()
/linux/arch/arm/include/asm/ !
H A Ducontext.h65 struct user_vfp ufp; member
70 * 8 byte for magic and size, 264 byte for ufp, 12 bytes for ufp_exc,
/linux/drivers/phy/rockchip/ !
H A Dphy-rockchip-typec.c812 int ret, ufp, dp; in tcphy_get_mode() local
817 ufp = extcon_get_state(edev, EXTCON_USB); in tcphy_get_mode()
823 if (ufp > 0) { in tcphy_get_mode()
/linux/drivers/usb/typec/mux/ !
H A Dintel_pmc_mux.c478 u8 ufp = role == USB_ROLE_DEVICE ? 1 : 0; in pmc_usb_connect() local
499 msg[1] |= ufp << PMC_USB_MSG_UFP_SHIFT; in pmc_usb_connect()