Home
last modified time | relevance | path

Searched refs:accessed (Results 1 – 15 of 15) sorted by relevance

/arch/alpha/lib/
Dmemchr.S120 # Make $18 point to last quad to be accessed (the
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
Dev6-memchr.S138 # Make $18 point to last quad to be accessed (the
144 # At least two quads remain to be accessed.
149 # At least three quads remain to be accessed
/arch/openrisc/boot/dts/
Dor1ksim.dts28 * OR1K PIC is built into CPU and accessed via special purpose
/arch/frv/kernel/
Dentry.S598 # now that we've accessed the exception regs, we can enable exceptions
651 # now that we've accessed the exception regs, we can enable exceptions
690 # now that we've accessed the exception regs, we can enable exceptions
738 # now that we've accessed the exception regs, we can enable exceptions
777 # now that we've accessed the exception regs, we can enable exceptions
820 # now that we've accessed the exception regs, we can enable exceptions
/arch/arc/mm/
Dtlbex.S319 ; Get the PTE corresponding to V-addr accessed, r2 is setup with EFA
332 ; Let Linux VM know that the page was accessed
359 ; Get the PTE corresponding to V-addr accessed
387 ; UPDATE_PTE: Let Linux VM know that page was accessed/dirty
/arch/avr32/boards/atstk1000/
DKconfig75 GPIO lines and accessed through the J1 jumper block. Say "y"
/arch/frv/mm/
Dtlb-miss.S159 # - the PTD must be accessed uncached
160 # - the PTE must be marked accessed if it was valid
/arch/arm/mach-realview/
DKconfig125 memory to be accessed contiguously at the high physical
/arch/um/
DKconfig.char32 lines to host portals. They may be accessed with 'telnet <host>
/arch/metag/
DKconfig141 to be accessed by normal GET/SET instructions too.
/arch/tile/include/hv/
Dhypervisor.h2406 _HV_BIT(accessed, ACCESSED) in _HV_BIT()
/arch/m68k/ifpsp060/src/
Dilsp.S66 # This is the library version which is accessed as a subroutine #
483 # This is the library version which is accessed as a subroutine #
/arch/m68k/
DKconfig.cpu377 The 68060 generally uses copyback caching of recently accessed data.
/arch/arc/
DKconfig241 per-page basis (but only for pages accessed via MMU such as
/arch/x86/kvm/
Dmmu.c2201 static void link_shadow_page(u64 *sptep, struct kvm_mmu_page *sp, bool accessed) in link_shadow_page() argument
2211 if (accessed) in link_shadow_page()