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
Person | Tokens | Prop | Commits | CommitProp |
Laura Abbott | 53 | 100.00% | 1 | 100.00% |
Total | 53 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.