/linux-4.1.27/arch/blackfin/include/asm/ |
D | ptrace.h | 15 #define user_mode(regs) (!(((regs)->ipend & ~0x10) & (((regs)->ipend & ~0x10) - 1)))
|
D | ipipe.h | 189 #define __ipipe_root_tick_p(regs) ((regs->ipend & 0x10) != 0)
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | early_printk.c | 218 early_shadow_reg(fp->ipend, 16); in early_trap_c() 229 if (fp->ipend & EVT_EVX) in early_trap_c()
|
D | trace.c | 831 if ((!(((fp)->ipend & ~0x30) & (((fp)->ipend & ~0x30) - 1))) && in dump_bfin_mem() 882 (long)fp->seqstat, fp->ipend, cpu_pda[raw_smp_processor_id()].ex_imask, fp->syscfg); in show_regs() 883 if (fp->ipend & EVT_IRPTEN) in show_regs() 906 if (fp->ipend & (1 << i)) { in show_regs() 916 if (fp->ipend & ~0x3F) { in show_regs()
|
D | kgdb.c | 74 gdb_regs[BFIN_IPEND] = regs->ipend; in pt_regs_to_gdb_regs() 145 regs->ipend = gdb_regs[BFIN_IPEND]; in gdb_regs_to_pt_regs() 391 kgdb_single_step = regs->ipend; in kgdb_arch_handle_exception()
|
D | asm-offsets.c | 108 DEFINE(PT_IPEND, offsetof(struct pt_regs, ipend)); in main()
|
D | traps.c | 66 return regs->ipend & 0xffc0; in kernel_mode_regs()
|
D | process.c | 127 childregs->ipend = 0x8000; in copy_thread()
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | ptrace.h | 34 long ipend; member
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | strcop_defs.h | 92 unsigned int ipend : 1; member
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | ints-priority.c | 1304 __this_cpu_write(__ipipe_tick_regs.ipend, regs->ipend); in __ipipe_grab_irq() 1307 __this_cpu_and(__ipipe_tick_regs.ipend, ~0x10); in __ipipe_grab_irq() 1309 __this_cpu_or(__ipipe_tick_regs.ipend, 0x10); in __ipipe_grab_irq()
|
/linux-4.1.27/net/ceph/ |
D | messenger.c | 1807 char delim, const char **ipend) in ceph_pton() argument 1814 if (in4_pton(str, len, (u8 *)&in4->sin_addr.s_addr, delim, ipend)) { in ceph_pton() 1819 if (in6_pton(str, len, (u8 *)&in6->sin6_addr.s6_addr, delim, ipend)) { in ceph_pton() 1832 struct sockaddr_storage *ss, char delim, const char **ipend) in ceph_dns_resolve_name() argument 1867 *ipend = end; in ceph_dns_resolve_name() 1876 struct sockaddr_storage *ss, char delim, const char **ipend) in ceph_dns_resolve_name() argument 1887 struct sockaddr_storage *ss, char delim, const char **ipend) in ceph_parse_server_name() argument 1891 ret = ceph_pton(name, namelen, ss, delim, ipend); in ceph_parse_server_name() 1893 ret = ceph_dns_resolve_name(name, namelen, ss, delim, ipend); in ceph_parse_server_name() 1911 const char *ipend; in ceph_parse_ips() local [all …]
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | leon_amba.h | 95 u32 ipend; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 474 atomic_t ipend; /* Device interrupt is pending */ member 2406 atomic_set(&bus->ipend, 1); in brcmf_sdio_sendfromq() 2554 if (!bus->sdiodev->irq_en && !atomic_read(&bus->ipend)) { in brcmf_sdio_clrintr() 2642 if (atomic_read(&bus->ipend) > 0) { in brcmf_sdio_dpc() 2643 atomic_set(&bus->ipend, 0); in brcmf_sdio_dpc() 2750 atomic_read(&bus->ipend) > 0 || in brcmf_sdio_dpc() 3560 atomic_set(&bus->ipend, 1); in brcmf_sdio_isr() 3606 atomic_set(&bus->ipend, 1); in brcmf_sdio_bus_watchdog()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 1954 .ipend = regk_strcop_little, in init_cryptocop() 2213 rw_cfg.ipend = regk_strcop_little; in cryptocop_start_job() 2216 rw_cfg.ipend = regk_strcop_big; in cryptocop_start_job()
|