Searched refs:CODE_DELTA (Results 1 – 2 of 2) sorted by relevance
230 enum { CODE_DELTA = MEM_SV_START - PAGE_OFFSET }; in init_pgprot() enumerator240 if (address < (ulong) _sinittext - CODE_DELTA) in init_pgprot()
1696 enum { CODE_DELTA = MEM_SV_START - PAGE_OFFSET }; in request_standard_resources() enumerator1718 code_resource.start = __pa(_text - CODE_DELTA); in request_standard_resources()1719 code_resource.end = __pa(_etext - CODE_DELTA)-1; in request_standard_resources()