Home
last modified time | relevance | path

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

/xen/xen/common/
A Drbtree.c50 #define __rb_parent(pc) ((struct rb_node *)(pc & ~3)) argument
52 #define __rb_color(pc) ((pc) & 1) argument
53 #define __rb_is_black(pc) __rb_color(pc) argument
54 #define __rb_is_red(pc) (!__rb_color(pc)) argument
386 unsigned long pc; in rb_erase() local
A Dspinlock.c418 struct xen_sysctl_lockprof_op *pc; member
449 int spinlock_profile_control(struct xen_sysctl_lockprof_op *pc) in spinlock_profile_control()
A Dperfc.c242 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()
/xen/xen/arch/arm/
A Ddecode.c36 static int decode_thumb2(register_t pc, struct hsr_dabt *dabt, uint16_t hw1) in decode_thumb2()
86 static int decode_thumb(register_t pc, struct hsr_dabt *dabt) in decode_thumb()
A Dalternative.c50 unsigned long pc) in branch_insn_requires_update()
A Dtraps.c1208 int do_bug_frame(const struct cpu_user_regs *regs, vaddr_t pc) in do_bug_frame()
/xen/xen/arch/arm/arm32/
A Dtraps.c34 uint32_t pc = regs->pc; in do_trap_undefined_instruction() local
/xen/xen/arch/arm/arm64/
A Dinsn.c159 static inline long branch_imm_common(unsigned long pc, unsigned long addr, in branch_imm_common()
179 u32 __kprobes aarch64_insn_gen_branch_imm(unsigned long pc, unsigned long addr, in aarch64_insn_gen_branch_imm()
/xen/xen/include/asm-arm/
A Delf.h20 unsigned long pc; member
A Ddomain.h121 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.c118 static int cuart_getc(struct serial_port *port, char *pc) in cuart_getc()
A Dexynos4210-uart.c252 static int exynos4210_uart_getc(struct serial_port *port, char *pc) in exynos4210_uart_getc()
A Dpl011.c171 static int pl011_getc(struct serial_port *port, char *pc) in pl011_getc()
A Domap-uart.c282 static int omap_uart_getc(struct serial_port *port, char *pc) in omap_uart_getc()
A Dscif-uart.c225 static int scif_uart_getc(struct serial_port *port, char *pc) in scif_uart_getc()
A Dns16550.c609 static int ns16550_getc(struct serial_port *port, char *pc) in ns16550_getc()
A Dehci-dbgp.c1231 static int ehci_dbgp_getc(struct serial_port *port, char *pc) in ehci_dbgp_getc()
/xen/xen/include/asm-arm/arm32/
A Dprocessor.h37 uint32_t pc, pc32; member
/xen/xen/include/public/
A Dvm_event.h242 uint64_t pc; member
/xen/tools/libxc/include/
A Dxenctrl.h1872 uint64_t *pc; /* 1-biased indexing (i.e. excl C0) */ member

Completed in 46 milliseconds