cregit-Linux how code gets into the kernel

Release 4.13 arch/s390/include/asm/page-states.h

/*
 *    Copyright IBM Corp. 2017
 *    Author(s): Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
 */

#ifndef PAGE_STATES_H

#define PAGE_STATES_H


#define ESSA_GET_STATE			0

#define ESSA_SET_STABLE			1

#define ESSA_SET_UNUSED			2

#define ESSA_SET_VOLATILE		3

#define ESSA_SET_POT_VOLATILE		4

#define ESSA_SET_STABLE_RESIDENT	5

#define ESSA_SET_STABLE_IF_RESIDENT	6


#define ESSA_MAX	ESSA_SET_STABLE_IF_RESIDENT

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Claudio Imbrenda41100.00%1100.00%
Total41100.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.