Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 25 of 26) sorted by relevance

12

/xen/xen/arch/arm/
A Ddecode.c28 static int decode_thumb2(register_t pc, struct hsr_dabt *dabt, uint16_t hw1) in decode_thumb2()
78 static int decode_arm64(register_t pc, mmio_info_t *info) in decode_arm64()
152 static int decode_thumb(register_t pc, struct hsr_dabt *dabt) in decode_thumb()
A Dalternative.c39 unsigned long pc) in branch_insn_requires_update()
A Dtraps.c1216 int do_bug_frame(const struct cpu_user_regs *regs, vaddr_t pc) in do_bug_frame()
/xen/xen/lib/
A Drbtree.c49 #define __rb_parent(pc) ((struct rb_node *)((pc) & ~3)) argument
51 #define __rb_color(pc) ((pc) & 1) argument
52 #define __rb_is_black(pc) __rb_color(pc) argument
53 #define __rb_is_red(pc) (!__rb_color(pc)) argument
384 unsigned long pc; in rb_erase() local
/xen/xen/common/
A Dbug.c13 int do_bug_frame(const struct cpu_user_regs *regs, unsigned long pc) in do_bug_frame()
A Dperfc.c244 int perfc_control(struct xen_sysctl_perfc_op *pc) in perfc_control()
A Dxenoprof.c567 int xenoprof_add_trace(struct vcpu *vcpu, uint64_t pc, int mode) in xenoprof_add_trace()
583 uint64_t pc, int mode, int event) in xenoprof_log_event()
A Dspinlock.c696 struct xen_sysctl_lockprof_op *pc; member
727 int spinlock_profile_control(struct xen_sysctl_lockprof_op *pc) in spinlock_profile_control()
/xen/xen/arch/arm/arm32/
A Dtraps.c36 uint32_t pc = regs->pc; in do_trap_undefined_instruction() local
/xen/xen/arch/arm/arm64/
A Dinsn.c160 static inline long branch_imm_common(unsigned long pc, unsigned long addr, in branch_imm_common()
180 u32 __kprobes aarch64_insn_gen_branch_imm(unsigned long pc, unsigned long addr, in aarch64_insn_gen_branch_imm()
/xen/xen/arch/arm/include/asm/
A Delf.h20 unsigned long pc; member
A Ddomain.h149 register_t pc; member
/xen/xen/arch/arm/platforms/
A Dbrcm.c197 static int brcm_set_boot_continuation(u32 cpu, u32 pc) in brcm_set_boot_continuation()
/xen/xen/drivers/char/
A Dcadence-uart.c108 static int cuart_getc(struct serial_port *port, char *pc) in cuart_getc()
A Dimx-lpuart.c120 static int imx_lpuart_getc(struct serial_port *port, char *pc) in imx_lpuart_getc()
A Dexynos4210-uart.c244 static int exynos4210_uart_getc(struct serial_port *port, char *pc) in exynos4210_uart_getc()
A Dpl011.c183 static int pl011_getc(struct serial_port *port, char *pc) in pl011_getc()
A Domap-uart.c273 static int omap_uart_getc(struct serial_port *port, char *pc) in omap_uart_getc()
A Dscif-uart.c227 static int scif_uart_getc(struct serial_port *port, char *pc) in scif_uart_getc()
A Dns16550.c260 static int cf_check ns16550_getc(struct serial_port *port, char *pc) in ns16550_getc()
/xen/xen/include/public/
A Darch-ppc.h74 uint64_t pc; member
A Dvm_event.h263 uint64_t pc; member
/xen/xen/arch/arm/include/asm/arm32/
A Dprocessor.h37 uint32_t pc, pc32; member
/xen/xen/arch/ppc/include/asm/
A Dprocessor.h159 uint64_t pc; member
/xen/tools/include/
A Dxenctrl.h1892 uint64_t *pc; /* 1-biased indexing (i.e. excl C0) */ member

Completed in 97 milliseconds

12