cregit-Linux how code gets into the kernel

Release 4.12 include/asm-generic/set_memory.h

#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 Abbott53100.00%1100.00%
Total53100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.