Searched refs:_PAGE_GUARDED (Results 1 – 18 of 18) sorted by relevance
124 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \188 _PAGE_NO_CACHE | _PAGE_GUARDED)
41 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro
83 #define _PAGE_GUARDED 0x00000100 /* H: G bit */ macro
28 #define _PAGE_GUARDED 0x00080 /* H: G bit */ macro
41 #define _PAGE_GUARDED 0x0010 /* Copied to L1 G entry in DTLB */ macro
23 #define _PAGE_GUARDED 0x008 /* G: prohibit speculative access */ macro
461 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \468 _PAGE_NO_CACHE | _PAGE_GUARDED); in pgprot_noncached()
103 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \108 _PAGE_NO_CACHE | _PAGE_GUARDED))209 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro251 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
185 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \189 _PAGE_NO_CACHE | _PAGE_GUARDED))
45 #define _PAGE_GUARDED 0x100000 macro
132 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat()138 if (flags & _PAGE_GUARDED) { in setbat()
160 .mask = _PAGE_GUARDED,161 .val = _PAGE_GUARDED,
129 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; in settlbcam()
79 return __ioremap_caller(addr, size, _PAGE_NO_CACHE | _PAGE_GUARDED, in ioremap()
110 flags |= _PAGE_GUARDED; in __ioremap()
182 ioflags = _PAGE_NO_CACHE | _PAGE_GUARDED | _PAGE_EXEC; in ocm_init_node()
103 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()
472 rlwimi r11, r10, 0, _PAGE_GUARDED