Home
last modified time | relevance | path

Searched refs:aup (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/amd/
Dau1000_eth.c267 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_mac() local
269 spin_lock_irqsave(&aup->lock, flags); in au1000_enable_mac()
271 if (force_reset || (!aup->mac_enabled)) { in au1000_enable_mac()
272 writel(MAC_EN_CLOCK_ENABLE, aup->enable); in au1000_enable_mac()
276 | MAC_EN_CLOCK_ENABLE), aup->enable); in au1000_enable_mac()
280 aup->mac_enabled = 1; in au1000_enable_mac()
283 spin_unlock_irqrestore(&aup->lock, flags); in au1000_enable_mac()
291 struct au1000_private *aup = netdev_priv(dev); in au1000_mdio_read() local
292 u32 *const mii_control_reg = &aup->mac->mii_control; in au1000_mdio_read()
293 u32 *const mii_data_reg = &aup->mac->mii_data; in au1000_mdio_read()
[all …]
/Linux-v4.19/arch/mips/kernel/
Duprobes.c27 int arch_uprobe_analyze_insn(struct arch_uprobe *aup, in arch_uprobe_analyze_insn() argument
39 inst.word = aup->insn[0]; in arch_uprobe_analyze_insn()
46 aup->ixol[0] = aup->insn[insn_has_delay_slot(inst)]; in arch_uprobe_analyze_insn()
47 aup->ixol[1] = UPROBE_BRK_UPROBE_XOL; /* NOP */ in arch_uprobe_analyze_insn()
105 int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_pre_xol() argument
113 aup->resume_epc = regs->cp0_epc + 4; in arch_uprobe_pre_xol()
114 if (insn_has_delay_slot((union mips_instruction) aup->insn[0])) { in arch_uprobe_pre_xol()
119 (union mips_instruction) aup->insn[0]); in arch_uprobe_pre_xol()
120 aup->resume_epc = regs->cp0_epc; in arch_uprobe_pre_xol()
129 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_post_xol() argument
[all …]
/Linux-v4.19/include/linux/
Duprobes.h118 extern int set_swbp(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long vaddr);
119 extern int set_orig_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long vaddr);
139 extern bool arch_uprobe_skip_sstep(struct arch_uprobe *aup, struct pt_regs *regs);
141 extern int arch_uprobe_analyze_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long a…
142 extern int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs);
143 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
146 extern void arch_uprobe_abort_xol(struct arch_uprobe *aup, struct pt_regs *regs);
149 extern bool arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs);
/Linux-v4.19/arch/sparc/include/asm/
Duprobes.h52 extern int arch_uprobe_analyze_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long a…
53 extern int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs);
54 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
57 extern void arch_uprobe_abort_xol(struct arch_uprobe *aup, struct pt_regs *regs);
/Linux-v4.19/kernel/events/
Duprobes.c1865 bool __weak arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_ignore() argument