Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19-rc2 15 lines 273 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) 2023 Rivos Inc. 4 */ 5 6#ifndef _ASM_RISCV_TLBBATCH_H 7#define _ASM_RISCV_TLBBATCH_H 8 9#include <linux/cpumask.h> 10 11struct arch_tlbflush_unmap_batch { 12 struct cpumask cpumask; 13}; 14 15#endif /* _ASM_RISCV_TLBBATCH_H */