Home
last modified time | relevance | path

Searched refs:wmask (Results 1 – 12 of 12) sorted by relevance

/linux/arch/alpha/kernel/
H A Dcore_t2.c88 unsigned long wmask; member
392 t2_saved_config.window[0].wmask = *(vulp)T2_WMASK1; in t2_save_configuration()
395 t2_saved_config.window[1].wmask = *(vulp)T2_WMASK2; in t2_save_configuration()
489 *(vulp)T2_WMASK1 = t2_saved_config.window[0].wmask; in t2_kill_arch()
492 *(vulp)T2_WMASK2 = t2_saved_config.window[1].wmask; in t2_kill_arch()
H A Dcore_wildfire.c122 pci->pci_window[0].wmask.csr = (hose->sg_isa->size - 1) & 0xfff00000; in wildfire_init_hose()
126 pci->pci_window[1].wmask.csr = (0x40000000 -1) & 0xfff00000; in wildfire_init_hose()
130 pci->pci_window[2].wmask.csr = (0x40000000 -1) & 0xfff00000; in wildfire_init_hose()
134 pci->pci_window[3].wmask.csr = (hose->sg_pci->size - 1) & 0xfff00000; in wildfire_init_hose()
468 pci->pci_window[i].wmask.csr, in wildfire_dump_pci_regs()
/linux/arch/xtensa/kernel/
H A Dsignal.c68 if (regs->wmask == 1) in flush_window_regs_user()
74 base = (XCHAL_NUM_AREGS / 4) - (regs->wmask >> 4); in flush_window_regs_user()
78 if ((regs->wmask & 2) == 0) in flush_window_regs_user()
119 regs->wmask = 1; in flush_window_regs_user()
199 regs->wmask = 1; in restore_sigcontext()
H A Dptrace.c98 u32 rotws, wmask; in gpr_set() local
104 wmask = ((rotws ? WSBITS + 1 - ffs(rotws) : 0) << 4) | in gpr_set()
108 regs->wmask = wmask; in gpr_set()
H A Dprocess.c319 int len = childregs->wmask & ~0xf; in copy_thread()
326 childregs->wmask = 1; in copy_thread()
H A Dasm-offsets.c40 DEFINE(PT_WMASK, offsetof (struct pt_regs, wmask)); in main()
/linux/arch/x86/include/asm/
H A Dimr.h52 unsigned int rmask, unsigned int wmask);
/linux/arch/xtensa/include/asm/
H A Dptrace.h60 unsigned long wmask; /* 28 */ member
H A Dprocessor.h207 (regs)->wmask = 1; \
/linux/drivers/video/fbdev/
H A Dleo.c130 u32 wmask; member
217 sbus_writel(0xffff, &ss->wmask); in leo_switch_from_graph()
/linux/arch/alpha/include/asm/
H A Dcore_wildfire.h206 wildfire_64 wmask; member
/linux/drivers/dma/
H A Dste_dma40.c1069 u32 wmask; in __d40_execute_command_phy() local
1093 wmask = 0xffffffff & ~(D40_CHAN_POS_MASK(d40c->phy_chan->num)); in __d40_execute_command_phy()
1094 writel(wmask | (command << D40_CHAN_POS(d40c->phy_chan->num)), in __d40_execute_command_phy()