Searched refs:new_prot (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ovpn/ |
H A D | tcp.c | 463 static void ovpn_tcp_build_protos(struct proto *new_prot, 576 static void ovpn_tcp_build_protos(struct proto *new_prot, in ovpn_tcp_build_protos() argument 581 memcpy(new_prot, orig_prot, sizeof(*new_prot)); in ovpn_tcp_build_protos() 583 new_prot->recvmsg = ovpn_tcp_recvmsg; in ovpn_tcp_build_protos() 584 new_prot->sendmsg = ovpn_tcp_sendmsg; in ovpn_tcp_build_protos() 585 new_prot->disconnect = ovpn_tcp_disconnect; in ovpn_tcp_build_protos() 586 new_prot->close = ovpn_tcp_close; in ovpn_tcp_build_protos() 587 new_prot->release_cb = ovpn_tcp_release; in ovpn_tcp_build_protos()
|
/linux/arch/x86/mm/ |
H A D | dump_pagetables.c | 304 pgprotval_t new_prot, new_eff; in note_page() local 309 new_prot = val & PTE_FLAGS_MASK; in note_page() 325 st->current_prot = new_prot; in note_page() 332 } else if (new_prot != cur || new_eff != eff || level != st->level || in note_page() 385 st->current_prot = new_prot; in note_page()
|
H A D | init_64.c | 519 pgprot_t new_prot = prot; in phys_pmd_init() local 560 new_prot = pte_pgprot(pte_clrhuge(*(pte_t *)pmd)); in phys_pmd_init() 575 paddr_last = phys_pte_init(pte, paddr, paddr_end, new_prot, init); in phys_pmd_init()
|
/linux/arch/x86/mm/pat/ |
H A D | set_memory.c | 932 pgprot_t old_prot, new_prot, req_prot, chk_prot; in __should_split_large_page() local 1049 new_prot = static_protections(req_prot, lpaddr, old_pfn, numpages, in __should_split_large_page() 1052 new_prot = verify_rwx(old_prot, new_prot, lpaddr, old_pfn, numpages, in __should_split_large_page() 1064 if (pgprot_val(req_prot) != pgprot_val(new_prot)) in __should_split_large_page() 1068 new_pte = pfn_pte(old_pfn, new_prot); in __should_split_large_page() 1856 pgprot_t new_prot = pte_pgprot(old_pte); in __change_page_attr() local 1859 pgprot_val(new_prot) &= ~pgprot_val(cpa->mask_clr); in __change_page_attr() 1860 pgprot_val(new_prot) |= pgprot_val(cpa->mask_set); in __change_page_attr() 1864 new_prot in __change_page_attr() [all...] |
/linux/arch/x86/include/asm/ |
H A D | sev.h | 523 void set_pte_enc_mask(pte_t *kpte, unsigned long pfn, pgprot_t new_prot); 597 static inline void set_pte_enc_mask(pte_t *kpte, unsigned long pfn, pgprot_t new_prot) { } in set_pte_enc_mask() argument
|