Lines Matching defs:bucket_pa
58 static unsigned long bucket_get_chain_pa(unsigned long bucket_pa)
64 : "r" (bucket_pa +
72 static void bucket_clear_chain_pa(unsigned long bucket_pa)
76 : "r" (bucket_pa +
82 static unsigned int bucket_get_irq(unsigned long bucket_pa)
88 : "r" (bucket_pa +
96 static void bucket_set_irq(unsigned long bucket_pa, unsigned int irq)
101 "r" (bucket_pa +
817 unsigned long pstate, bucket_pa;
832 : "=&r" (pstate), "=&r" (bucket_pa)
839 while (bucket_pa) {
843 next_pa = bucket_get_chain_pa(bucket_pa);
844 irq = bucket_get_irq(bucket_pa);
845 bucket_clear_chain_pa(bucket_pa);
849 bucket_pa = next_pa;