Searched refs:REP_BASE (Results 1 – 2 of 2) sorted by relevance
28 #define REP_BASE CAC_BASE macro32 #define MAPPED_ADDR_RO_TO_PHYS(x) (x - REP_BASE)33 #define MAPPED_ADDR_RW_TO_PHYS(x) (x - REP_BASE - 16777216)47 #define MAPPED_KERN_RO_TO_PHYS(x) (x - REP_BASE)48 #define MAPPED_KERN_RW_TO_PHYS(x) (x - REP_BASE)
118 unsigned long loadbase = REP_BASE; in node_getfirstfree()
Completed in 4 milliseconds