Home
last modified time | relevance | path

Searched refs:mmop (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/kernel/
H A Dtraps.c1221 unsigned short mmop[2] = { 0 }; in do_ri() local
1223 if (unlikely(get_user(mmop[0], (u16 __user *)epc + 0) < 0)) in do_ri()
1225 if (unlikely(get_user(mmop[1], (u16 __user *)epc + 1) < 0)) in do_ri()
1227 opcode = mmop[0]; in do_ri()
1228 opcode = (opcode << 16) | mmop[1]; in do_ri()
/linux/mm/
H A Dmemory_hotplug.c224 enum mmop mhp_get_default_online_type(void) in mhp_get_default_online_type()
243 void mhp_set_default_online_type(enum mmop online_type) in mhp_set_default_online_type()
1041 struct zone *zone_for_pfn_range(enum mmop online_type, int nid, in zone_for_pfn_range()
2325 enum mmop online_type = MMOP_ONLINE_KERNEL; in try_offline_memory_block()
2358 mem->online_type = (enum mmop)**online_types; in try_reonline_memory_block()