Searched refs:xp (Results 1 – 6 of 6) sorted by relevance
/include/asm-m32r/ |
D | pgtable-2level.h | 36 #define pgd_clear(xp) do { } while (0) argument 65 #define ptep_get_and_clear(mm,addr,xp) __pte(xchg(&(xp)->pte, 0)) argument
|
D | pgtable.h | 181 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument 185 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/include/asm-mn10300/ |
D | pgtable.h | 203 #define pte_clear(mm, addr, xp) \ argument 205 set_pte_at((mm), (addr), (xp), __pte(0)); \ 210 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument 283 #define pgd_clear(xp) do { } while (0) argument
|
/include/asm-frv/ |
D | pgtable.h | 360 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument 365 #define pmd_clear(xp) do { __set_pmd(xp, 0); } while(0) argument
|
/include/net/ |
D | xfrm.h | 281 extern void km_policy_notify(struct xfrm_policy *xp, int dir, struct km_event *c); 500 static inline struct net *xp_net(struct xfrm_policy *xp) in xp_net() argument 502 return read_pnet(&xp->xp_net); in xp_net() 546 int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp, int dir); 666 extern void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, 668 extern void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, 683 static inline void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, in xfrm_audit_policy_add() argument 688 static inline void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() argument
|
/include/linux/ |
D | security.h | 1596 struct xfrm_policy *xp, 2737 struct xfrm_policy *xp, struct flowi *fl); 2789 struct xfrm_policy *xp, struct flowi *fl) in security_xfrm_state_pol_flow_match() argument
|