pc 286 arch/x86/include/asm/desc.h static inline void load_LDT_nolock(mm_context_t *pc) pc 288 arch/x86/include/asm/desc.h set_ldt(pc->ldt, pc->size); pc 291 arch/x86/include/asm/desc.h static inline void load_LDT(mm_context_t *pc) pc 294 arch/x86/include/asm/desc.h load_LDT_nolock(pc); pc 25 arch/x86/include/asm/preempt.h static __always_inline void preempt_count_set(int pc) pc 27 arch/x86/include/asm/preempt.h raw_cpu_write_4(__preempt_count, pc); pc 48 arch/x86/include/asm/processor.h void *pc; pc 50 arch/x86/include/asm/processor.h asm volatile("mov $1f, %0; 1:":"=r" (pc)); pc 52 arch/x86/include/asm/processor.h return pc; pc 248 arch/x86/include/uapi/asm/kvm.h __u64 pc; pc 18 include/asm-generic/preempt.h static __always_inline void preempt_count_set(int pc) pc 20 include/asm-generic/preempt.h *preempt_count_ptr() = pc; pc 16 include/asm-generic/ptrace.h #define GET_IP(regs) ((regs)->pc) pc 235 include/linux/bcma/bcma_driver_pci.h #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset) pc 236 include/linux/bcma/bcma_driver_pci.h #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset) pc 237 include/linux/bcma/bcma_driver_pci.h #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val) pc 238 include/linux/bcma/bcma_driver_pci.h #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) pc 240 include/linux/bcma/bcma_driver_pci.h extern void bcma_core_pci_init(struct bcma_drv_pci *pc); pc 241 include/linux/bcma/bcma_driver_pci.h extern int bcma_core_pci_irq_ctl(struct bcma_drv_pci *pc, pc 492 include/linux/ftrace_event.h void *entry, unsigned long irq_flags, int pc) pc 497 include/linux/ftrace_event.h trace_buffer_unlock_commit(buffer, event, irq_flags, pc); pc 523 include/linux/ftrace_event.h void *entry, unsigned long irq_flags, int pc, pc 530 include/linux/ftrace_event.h irq_flags, pc, regs); pc 553 include/linux/ide.h struct ide_atapi_pc *pc; pc 205 include/linux/kgdb.h extern void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc); pc 90 include/linux/mmiotrace.h unsigned long pc; /* optional program counter */ pc 105 include/linux/oprofile.h void oprofile_add_ext_sample(unsigned long pc, struct pt_regs * const regs, pc 111 include/linux/oprofile.h void oprofile_add_ext_hw_sample(unsigned long pc, struct pt_regs * const regs, pc 117 include/linux/oprofile.h void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event); pc 191 include/linux/oprofile.h unsigned long pc, int code, int size); pc 44 include/linux/page_cgroup.h static inline int PageCgroupUsed(struct page_cgroup *pc) pc 46 include/linux/page_cgroup.h return !!(pc->flags & PCG_USED); pc 53 include/linux/parport.h struct pc_parport_state pc; pc 60 include/linux/posix-clock.h int (*clock_adjtime)(struct posix_clock *pc, struct timex *tx); pc 62 include/linux/posix-clock.h int (*clock_gettime)(struct posix_clock *pc, struct timespec *ts); pc 64 include/linux/posix-clock.h int (*clock_getres) (struct posix_clock *pc, struct timespec *ts); pc 66 include/linux/posix-clock.h int (*clock_settime)(struct posix_clock *pc, pc 69 include/linux/posix-clock.h int (*timer_create) (struct posix_clock *pc, struct k_itimer *kit); pc 71 include/linux/posix-clock.h int (*timer_delete) (struct posix_clock *pc, struct k_itimer *kit); pc 73 include/linux/posix-clock.h void (*timer_gettime)(struct posix_clock *pc, pc 76 include/linux/posix-clock.h int (*timer_settime)(struct posix_clock *pc, pc 82 include/linux/posix-clock.h int (*fasync) (struct posix_clock *pc, pc 85 include/linux/posix-clock.h long (*ioctl) (struct posix_clock *pc, pc 88 include/linux/posix-clock.h int (*mmap) (struct posix_clock *pc, pc 91 include/linux/posix-clock.h int (*open) (struct posix_clock *pc, fmode_t f_mode); pc 93 include/linux/posix-clock.h uint (*poll) (struct posix_clock *pc, pc 96 include/linux/posix-clock.h int (*release) (struct posix_clock *pc); pc 98 include/linux/posix-clock.h ssize_t (*read) (struct posix_clock *pc, pc 384 include/linux/ptrace.h unsigned long *sp, unsigned long *pc); pc 175 include/linux/pwm.h struct pwm_device * (*of_xlate)(struct pwm_chip *pc, pc 191 include/linux/pwm.h struct pwm_device *of_pwm_xlate_with_flags(struct pwm_chip *pc, pc 100 include/linux/rbtree_augmented.h #define __rb_parent(pc) ((struct rb_node *)(pc & ~3)) pc 102 include/linux/rbtree_augmented.h #define __rb_color(pc) ((pc) & 1) pc 103 include/linux/rbtree_augmented.h #define __rb_is_black(pc) __rb_color(pc) pc 104 include/linux/rbtree_augmented.h #define __rb_is_red(pc) (!__rb_color(pc)) pc 142 include/linux/rbtree_augmented.h unsigned long pc; pc 152 include/linux/rbtree_augmented.h pc = node->__rb_parent_color; pc 153 include/linux/rbtree_augmented.h parent = __rb_parent(pc); pc 156 include/linux/rbtree_augmented.h child->__rb_parent_color = pc; pc 159 include/linux/rbtree_augmented.h rebalance = __rb_is_black(pc) ? parent : NULL; pc 163 include/linux/rbtree_augmented.h tmp->__rb_parent_color = pc = node->__rb_parent_color; pc 164 include/linux/rbtree_augmented.h parent = __rb_parent(pc); pc 214 include/linux/rbtree_augmented.h pc = node->__rb_parent_color; pc 215 include/linux/rbtree_augmented.h tmp = __rb_parent(pc); pc 218 include/linux/rbtree_augmented.h successor->__rb_parent_color = pc; pc 223 include/linux/rbtree_augmented.h successor->__rb_parent_color = pc; pc 90 include/linux/ssb/ssb_driver_pci.h extern void ssb_pcicore_init(struct ssb_pcicore *pc); pc 93 include/linux/ssb/ssb_driver_pci.h extern int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc, pc 107 include/linux/ssb/ssb_driver_pci.h void ssb_pcicore_init(struct ssb_pcicore *pc) pc 112 include/linux/ssb/ssb_driver_pci.h int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc, pc 1842 include/sound/emu10k1.h unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc); pc 8 include/uapi/linux/net_dropmon.h __u8 pc[8];