Searched refs:SHM_COLOUR (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dshmparam.h18 * addresses modulo SHM_COLOUR are identical.
21 #define SHM_COLOUR 0x00400000 /* shared mappings colouring */ macro
/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c35 & ((SHM_COLOUR-1) >> PAGE_SHIFT) : 0UL)
46 unsigned long base = (addr+SHM_COLOUR-1) & ~(SHM_COLOUR-1);
47 unsigned long off = (SHM_COLOUR-1) &
124 & (SHM_COLOUR - 1))
143 info.align_mask = do_color_align ? (PAGE_MASK & (SHM_COLOUR - 1)) : 0;
H A Dcache.c487 if (old_addr == 0 || (old_addr & (SHM_COLOUR - 1))
488 != (addr & (SHM_COLOUR - 1))) {
/linux-master/io_uring/
H A Dkbuf.c523 #ifdef SHM_COLOUR
525 * On platforms that have specific aliasing requirements, SHM_COLOUR
533 if ((reg->ring_addr | (unsigned long) br) & (SHM_COLOUR - 1))
H A Dio_uring.c3522 #ifdef SHM_COLOUR

Completed in 120 milliseconds