Lines Matching defs:bucket_pa
57 static unsigned long bucket_get_chain_pa(unsigned long bucket_pa)
63 : "r" (bucket_pa +
71 static void bucket_clear_chain_pa(unsigned long bucket_pa)
75 : "r" (bucket_pa +
81 static unsigned int bucket_get_irq(unsigned long bucket_pa)
87 : "r" (bucket_pa +
95 static void bucket_set_irq(unsigned long bucket_pa, unsigned int irq)
100 "r" (bucket_pa +
816 unsigned long pstate, bucket_pa;
831 : "=&r" (pstate), "=&r" (bucket_pa)
838 while (bucket_pa) {
842 next_pa = bucket_get_chain_pa(bucket_pa);
843 irq = bucket_get_irq(bucket_pa);
844 bucket_clear_chain_pa(bucket_pa);
848 bucket_pa = next_pa;