Searched refs:ro_size (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/realmode/ |
D | init.c | 105 size_t ro_size = in set_real_mode_permissions() local 117 set_memory_ro((unsigned long) base, ro_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 2856 int ro_start, ro_size, i, j; in efx_probe_vpd_strings() local 2872 ro_size = pci_vpd_lrdt_size(&vpd_data[ro_start]); in efx_probe_vpd_strings() 2873 j = ro_size; in efx_probe_vpd_strings() 2896 j = ro_size; in efx_probe_vpd_strings()
|
/linux-4.1.27/kernel/ |
D | module.c | 1721 unsigned long ro_size, in set_section_ro_nx() argument 1733 if (ro_size > 0) in set_section_ro_nx() 1734 set_page_attributes(base, base + ro_size, set_memory_ro); in set_section_ro_nx() 1815 static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, un… in set_section_ro_nx() argument
|