Home
last modified time | relevance | path

Searched refs:newtype (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c54 enum page_cache_mode *newtype) in memtype_check_conflict() argument
63 if (entry_match->type != found_type && newtype == NULL) in memtype_check_conflict()
77 if (newtype) in memtype_check_conflict()
78 *newtype = found_type; in memtype_check_conflict()
/linux/arch/s390/kvm/
H A Ddat.c105 int dat_set_asce_limit(struct kvm_s390_mmu_cache *mc, union asce *asce, int newtype) in dat_set_asce_limit() argument
110 while (asce->dt > newtype) { in dat_set_asce_limit()
124 while (asce->dt < newtype) { in dat_set_asce_limit()
H A Ddat.h534 int dat_set_asce_limit(struct kvm_s390_mmu_cache *mc, union asce *asce, int newtype);
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c4683 enum nl80211_iftype newtype, bool newp2p) in il_mac_change_interface() argument
4690 vif->type, vif->addr, newtype, newp2p); in il_mac_change_interface()
4707 vif->type = newtype; in il_mac_change_interface()
4709 il->iw_mode = newtype; in il_mac_change_interface()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c2378 enum nl80211_iftype newtype, in mac80211_hwsim_change_interface() argument
2381 newtype = ieee80211_iftype_p2p(newtype, newp2p); in mac80211_hwsim_change_interface()
2385 newtype, vif->addr); in mac80211_hwsim_change_interface()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3966 memmap=<size>%<offset>-<oldtype>+<newtype>
3968 from <oldtype> to <newtype>. If "-<oldtype>" is left
3969 out, the whole region will be marked as <newtype>,
3970 even if previously unavailable. If "+<newtype>" is left