Release 4.18 tools/testing/selftests/x86/mpx-mm.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _MPX_MM_H
#define _MPX_MM_H
#define PAGE_SIZE 4096
#define MB (1UL<<20)
extern long nr_incore(void *ptr, unsigned long size_bytes);
#endif /* _MPX_MM_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Dave Hansen | 30 | 96.77% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 3.23% | 1 | 50.00% |
Total | 31 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.