Home
last modified time | relevance | path

Searched refs:STARTUP (Results 1 – 2 of 2) sorted by relevance

/xv6-public/
H A Dentryother.S5 # Each non-boot CPU ("AP") is started up in response to a STARTUP
9 # STARTUP. Thus this code must start at a 4096-byte boundary.
H A Dlapic.c23 #define STARTUP 0x00000600 // Startup IPI macro
158 lapicw(ICRLO, STARTUP | (addr>>12)); in lapicstartap()