Home
last modified time | relevance | path

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

/include/linux/
Drbtree_augmented.h148 #define __rb_parent(pc) ((struct rb_node *)(pc & ~3)) argument
150 #define __rb_color(pc) ((pc) & 1) argument
151 #define __rb_is_black(pc) __rb_color(pc) argument
152 #define __rb_is_red(pc) (!__rb_color(pc)) argument
204 unsigned long pc; in __rb_erase_augmented() local
Dmmiotrace.h91 unsigned long pc; /* optional program counter */ member
Dtrace_events.h213 int pc; member
Dparport.h54 struct pc_parport_state pc; member
Dide.h602 struct ide_atapi_pc *pc; member
/include/linux/ssb/
Dssb_driver_pci.h108 void ssb_pcicore_init(struct ssb_pcicore *pc) in ssb_pcicore_init()
113 int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc, in ssb_pcicore_dev_irqvecs_enable()
/include/linux/bcma/
Dbcma_driver_pci.h237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset) argument
238 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset) argument
239 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val) argument
240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) argument
/include/asm-generic/
Dpreempt.h19 static __always_inline void preempt_count_set(int pc) in preempt_count_set()
/include/net/tc_act/
Dtc_police.h30 #define to_police(pc) ((struct tcf_police *)pc) argument
/include/uapi/linux/
Dnet_dropmon.h9 __u8 pc[8]; member