How to artificially cause a page fault in linux kernel? -


i pretty new linux kernel. make linux kernel fault when specified page 'p' (already in memory) being accessed. 1 simple conceptual idea clear bit indicating presence of page 'p' in page table entry (pte). can provide more details on how go achieving this? point me in source code 1 needs modify?