old_aux           785 arch/arm/mm/cache-l2x0.c 	u32 aux, old_aux;
old_aux           803 arch/arm/mm/cache-l2x0.c 	old_aux = aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL);
old_aux           807 arch/arm/mm/cache-l2x0.c 	if (old_aux != aux)
old_aux           809 arch/arm/mm/cache-l2x0.c 		        old_aux, aux);
old_aux          1758 arch/arm/mm/cache-l2x0.c 	u32 cache_id, old_aux;
old_aux          1781 arch/arm/mm/cache-l2x0.c 	old_aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL);
old_aux          1782 arch/arm/mm/cache-l2x0.c 	if (old_aux != ((old_aux & aux_mask) | aux_val)) {
old_aux          1784 arch/arm/mm/cache-l2x0.c 		        old_aux, (old_aux & aux_mask) | aux_val);
old_aux           192 fs/btrfs/ulist.c 		    u64 *old_aux, gfp_t gfp_mask)
old_aux           199 fs/btrfs/ulist.c 		if (old_aux)
old_aux           200 fs/btrfs/ulist.c 			*old_aux = node->aux;
old_aux            52 fs/btrfs/ulist.h 		    u64 *old_aux, gfp_t gfp_mask);
old_aux            57 fs/btrfs/ulist.h 				      void **old_aux, gfp_t gfp_mask)
old_aux            60 fs/btrfs/ulist.h 	u64 old64 = (uintptr_t)*old_aux;
old_aux            62 fs/btrfs/ulist.h 	*old_aux = (void *)((uintptr_t)old64);
old_aux            65 fs/btrfs/ulist.h 	return ulist_add_merge(ulist, val, (u64)aux, (u64 *)old_aux, gfp_mask);