xref: /kernel/linux/linux-5.10/arch/arm/lib/testclearbit.S
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/lib/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  linux/arch/arm/lib/testclearbit.S
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  Copyright (C) 1995-1996 Russell King
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#include <linux/linkage.h>
88c2ecf20Sopenharmony_ci#include <asm/assembler.h>
98c2ecf20Sopenharmony_ci#include "bitops.h"
108c2ecf20Sopenharmony_ci                .text
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_citestop	_test_and_clear_bit, bicne, strne
13

Indexes created Thu Nov 07 10:32:03 CST 2024