cregit-Linux how code gets into the kernel

Release 4.14 include/asm-generic/set_memory.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SET_MEMORY_H

#define __ASM_SET_MEMORY_H

/*
 * Functions to change memory attributes.
 */
int set_memory_ro(unsigned long addr, int numpages);
int set_memory_rw(unsigned long addr, int numpages);
int set_memory_x(unsigned long addr, int numpages);
int set_memory_nx(unsigned long addr, int numpages);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Laura Abbott5398.15%150.00%
Greg Kroah-Hartman11.85%150.00%
Total54100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.