Home
last modified time | relevance | path

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

/arch/m68k/mm/
Dhwtest.c28 int hwreg_present( volatile void *regp ) in hwreg_present() argument
47 : "a" (regp), "a" (tmp_vectors) in hwreg_present()
58 int hwreg_write( volatile void *regp, unsigned short val ) in hwreg_write() argument
79 : "a" (regp), "a" (tmp_vectors), "g" (val) in hwreg_write()
/arch/m68k/include/asm/
Dhwtest.h12 extern int hwreg_present(volatile void *regp);
13 extern int hwreg_write(volatile void *regp, unsigned short val);
Doplib.h276 extern void prom_adjust_regs(struct linux_prom_registers *regp, int nregs,
/arch/sparc/prom/
Dranges.c20 prom_adjust_regs(struct linux_prom_registers *regp, int nregs, in prom_adjust_regs() argument
27 if (regp[regc].which_io == rangep[rngc].ot_child_space) in prom_adjust_regs()
31 regp[regc].which_io = rangep[rngc].ot_parent_space; in prom_adjust_regs()
32 regp[regc].phys_addr -= rangep[rngc].ot_child_base; in prom_adjust_regs()
33 regp[regc].phys_addr += rangep[rngc].ot_parent_base; in prom_adjust_regs()
/arch/sh/kernel/
Ddwarf.c409 struct dwarf_reg *regp; in dwarf_cfa_execute_insns() local
432 regp = dwarf_frame_alloc_reg(frame, reg); in dwarf_cfa_execute_insns()
433 regp->addr = offset; in dwarf_cfa_execute_insns()
434 regp->flags |= DWARF_REG_OFFSET; in dwarf_cfa_execute_insns()
478 regp = dwarf_frame_alloc_reg(frame, reg); in dwarf_cfa_execute_insns()
479 regp->flags |= DWARF_UNDEFINED; in dwarf_cfa_execute_insns()
518 regp = dwarf_frame_alloc_reg(frame, reg); in dwarf_cfa_execute_insns()
519 regp->flags |= DWARF_REG_OFFSET; in dwarf_cfa_execute_insns()
520 regp->addr = offset; in dwarf_cfa_execute_insns()
527 regp = dwarf_frame_alloc_reg(frame, reg); in dwarf_cfa_execute_insns()
[all …]
/arch/ia64/kernel/
Dunwind.c730 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) in spill_next_when() argument
734 for (reg = *regp; reg <= lim; ++reg) { in spill_next_when()
737 *regp = reg + 1; in spill_next_when()