cregit-Linux how code gets into the kernel

Release 4.16 include/asm-generic/hugetlb.h

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

#define _ASM_GENERIC_HUGETLB_H


static inline pte_t mk_huge_pte(struct page *page, pgprot_t pgprot) { return mk_pte(page, pgprot); }

Contributors

PersonTokensPropCommitsCommitProp
Gerald Schaefer23100.00%1100.00%
Total23100.00%1100.00%


static inline unsigned long huge_pte_write(pte_t pte) { return pte_write(pte); }

Contributors

PersonTokensPropCommitsCommitProp
Gerald Schaefer1588.24%150.00%
David S. Miller211.76%150.00%
Total17100.00%2100.00%


static inline unsigned long huge_pte_dirty(pte_t pte) { return pte_dirty(pte); }

Contributors

PersonTokensPropCommitsCommitProp
Gerald Schaefer1588.24%150.00%
David S. Miller211.76%150.00%
Total17100.00%2100.00%


static inline pte_t huge_pte_mkwrite(pte_t pte) { return pte_mkwrite(pte); }

Contributors

PersonTokensPropCommitsCommitProp
Gerald Schaefer16100.00%1100.00%
Total16100.00%1100.00%


static inline pte_t huge_pte_mkdirty(pte_t pte) { return pte_mkdirty(pte); }

Contributors

PersonTokensPropCommitsCommitProp
Gerald Schaefer16100.00%1100.00%
Total16100.00%1100.00%


static inline pte_t huge_pte_modify(pte_t pte, pgprot_t newprot) { return pte_modify(pte, newprot); }

Contributors

PersonTokensPropCommitsCommitProp
Gerald Schaefer21100.00%1100.00%
Total21100.00%1100.00%

#ifndef huge_pte_clear
static inline void huge_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep, unsigned long sz) { pte_clear(mm, addr, ptep); }

Contributors

PersonTokensPropCommitsCommitProp
Gerald Schaefer2987.88%150.00%
Punit Agrawal412.12%150.00%
Total33100.00%2100.00%

#endif #endif /* _ASM_GENERIC_HUGETLB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Gerald Schaefer14491.14%125.00%
Punit Agrawal95.70%125.00%
David S. Miller42.53%125.00%
Greg Kroah-Hartman10.63%125.00%
Total158100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.