page              176 opal/mca/patcher/linux/patcher_linux_module.c     void **entry, *page;
page              184 opal/mca/patcher/linux/patcher_linux_module.c     page = (void *)((intptr_t)entry & ~(page_size - 1));
page              185 opal/mca/patcher/linux/patcher_linux_module.c     ret = mprotect(page, page_size, PROT_READ|PROT_WRITE);
page              188 opal/mca/patcher/linux/patcher_linux_module.c                              "failed to modify GOT page %p to rw: %s", page, strerror (errno));