Home
last modified time | relevance | path

Searched defs:aup (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/amd/
Dau1000_eth.c247 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_mac() local
271 struct au1000_private *aup = netdev_priv(dev); in au1000_mdio_read() local
304 struct au1000_private *aup = netdev_priv(dev); in au1000_mdio_write() local
365 struct au1000_private *aup = netdev_priv(dev); in au1000_hard_stop() local
379 struct au1000_private *aup = netdev_priv(dev); in au1000_enable_rx_tx() local
394 struct au1000_private *aup = netdev_priv(dev); in au1000_adjust_link() local
474 struct au1000_private *const aup = netdev_priv(dev); in au1000_mii_probe() local
563 static struct db_dest *au1000_GetFreeDB(struct au1000_private *aup) in au1000_GetFreeDB()
574 void au1000_ReleaseDB(struct au1000_private *aup, struct db_dest *pDB) in au1000_ReleaseDB()
584 struct au1000_private *const aup = netdev_priv(dev); in au1000_reset_mac_unlocked() local
[all …]
/linux-6.6.21/arch/mips/kernel/
Duprobes.c27 int arch_uprobe_analyze_insn(struct arch_uprobe *aup, in arch_uprobe_analyze_insn()
105 int arch_uprobe_pre_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_pre_xol()
126 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_post_xol()
189 void arch_uprobe_abort_xol(struct arch_uprobe *aup, in arch_uprobe_abort_xol()
/linux-6.6.21/kernel/events/
Duprobes.c2168 bool __weak arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_ignore()