Searched refs:_PAGE_GUARDED (Results 1 – 20 of 20) sorted by relevance
30 #define _PAGE_GUARDED 0x00080 /* H: G bit */ macro
87 #define _PAGE_GUARDED 0x00000100 /* H: G bit */ macro
40 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro
23 #define _PAGE_GUARDED 0x008 /* G: prohibit speculative access */ macro
41 #define _PAGE_GUARDED 0x0010 /* software: guarded access */ macro
21 #define _PAGE_GUARDED 0x0008 macro
96 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \155 _PAGE_NO_CACHE | _PAGE_GUARDED)
44 #define _PAGE_GUARDED 0x100000 macro
158 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \162 _PAGE_NO_CACHE | _PAGE_GUARDED))
112 size, _PAGE_NO_CACHE|_PAGE_GUARDED); in pci_process_ISA_OF_ranges()119 0x10000, _PAGE_NO_CACHE|_PAGE_GUARDED); in pci_process_ISA_OF_ranges()
163 _PAGE_NO_CACHE | _PAGE_GUARDED) == NULL) in pcibios_map_phb_io_space()
87 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()
106 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \111 _PAGE_NO_CACHE | _PAGE_GUARDED))212 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro255 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
131 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat()137 if (flags & _PAGE_GUARDED) { in setbat()
101 _PAGE_COHERENT | _PAGE_GUARDED)); in __hash_page_huge()
128 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; in settlbcam()
131 return __ioremap_caller(addr, size, _PAGE_NO_CACHE | _PAGE_GUARDED, in ioremap()
259 unsigned long flags = _PAGE_NO_CACHE | _PAGE_GUARDED; in ioremap()
108 flags |= _PAGE_GUARDED; in __ioremap()
181 ioflags = _PAGE_NO_CACHE | _PAGE_GUARDED | _PAGE_EXEC; in ocm_init_node()