Searched refs:reg_offset (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/boot/ |
D | ns16550.c | 60 u32 reg_offset; in ns16550_console_init() local 67 n = getprop(devp, "reg-offset", ®_offset, sizeof(reg_offset)); in ns16550_console_init() 68 if (n == sizeof(reg_offset)) in ns16550_console_init() 69 reg_base += be32_to_cpu(reg_offset); in ns16550_console_init()
|
/arch/powerpc/include/asm/ |
D | tsi108.h | 103 static inline u32 tsi108_read_reg(u32 reg_offset) in tsi108_read_reg() argument 105 return in_be32((volatile u32 *)(tsi108_csr_vir_base + reg_offset)); in tsi108_read_reg() 108 static inline void tsi108_write_reg(u32 reg_offset, u32 val) in tsi108_write_reg() argument 110 out_be32((volatile u32 *)(tsi108_csr_vir_base + reg_offset), val); in tsi108_write_reg()
|
/arch/x86/kernel/ |
D | uprobes.c | 665 unsigned long *src_ptr = (void *)regs + auprobe->push.reg_offset; in push_emulate_op() 769 u8 opc1 = OPCODE1(insn), reg_offset = 0; in push_setup_xol_ops() local 785 reg_offset = offsetof(struct pt_regs, r8); in push_setup_xol_ops() 788 reg_offset = offsetof(struct pt_regs, r9); in push_setup_xol_ops() 791 reg_offset = offsetof(struct pt_regs, r10); in push_setup_xol_ops() 794 reg_offset = offsetof(struct pt_regs, r11); in push_setup_xol_ops() 797 reg_offset = offsetof(struct pt_regs, r12); in push_setup_xol_ops() 800 reg_offset = offsetof(struct pt_regs, r13); in push_setup_xol_ops() 803 reg_offset = offsetof(struct pt_regs, r14); in push_setup_xol_ops() 806 reg_offset = offsetof(struct pt_regs, r15); in push_setup_xol_ops() [all …]
|
D | umip.c | 338 int nr_copied, reg_offset, dummy_data_size, umip_inst; in fixup_umip_exception() local 382 reg_offset = insn_get_modrm_rm_off(&insn, regs); in fixup_umip_exception() 389 if (reg_offset < 0) in fixup_umip_exception() 392 reg_addr = (unsigned long *)((unsigned long)regs + reg_offset); in fixup_umip_exception()
|
/arch/arm64/kvm/vgic/ |
D | vgic-mmio.h | 9 unsigned int reg_offset; member 69 .reg_offset = off, \ 81 .reg_offset = off, \ 91 .reg_offset = off, \
|
D | vgic-mmio-v3.c | 537 .reg_offset = off, \ 544 .reg_offset = off + (bpi * VGIC_NR_PRIVATE_IRQS) / 8, \
|
D | vgic-mmio.c | 819 if (offset < region->reg_offset) in match_region() 822 if (offset >= region->reg_offset + region->len) in match_region()
|
D | vgic-its.c | 1755 .reg_offset = off, \ 1764 .reg_offset = off, \
|
/arch/arm/mach-rockchip/ |
D | pm.c | 69 static const u32 reg_offset[] = { GRF_UOC0_CON0, GRF_UOC1_CON0, in rk3288_slp_disable_osc() local 78 for (i = 0; i < ARRAY_SIZE(reg_offset); i++) { in rk3288_slp_disable_osc() 79 regmap_read(grf_regmap, reg_offset[i], ®); in rk3288_slp_disable_osc()
|
/arch/x86/include/asm/ |
D | uprobes.h | 44 u8 reg_offset; /* to the start of pt_regs */ member
|
/arch/x86/math-emu/ |
D | get_address.c | 32 static int reg_offset[] = { variable 43 #define REG_(x) (*(long *)(reg_offset[(x)] + (u_char *)FPU_info->regs))
|
/arch/powerpc/sysdev/ |
D | tsi108_pci.c | 44 extern u32 tsi108_read_reg(u32 reg_offset); 45 extern void tsi108_write_reg(u32 reg_offset, u32 val);
|