| /linux-4.4.14/arch/x86/include/asm/ | 
| D | pgtable-2level.h | 35 				    unsigned long addr, pte_t *xp)  in native_pte_clear()41 static inline pte_t native_ptep_get_and_clear(pte_t *xp)  in native_ptep_get_and_clear()
 46 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)  argument
 50 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp)  in native_pmdp_get_and_clear()
 55 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp)  argument
 
 | 
| D | pgtable-3level.h | 153 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)  argument176 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp)  argument
 
 | 
| D | pgtable_64.h | 73 static inline pte_t native_ptep_get_and_clear(pte_t *xp)  in native_ptep_get_and_clear()86 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp)  in native_pmdp_get_and_clear()
 
 | 
| /linux-4.4.14/fs/jfs/ | 
| D | jfs_extent.c | 86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr)  in extAlloc()215 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr)  in extRealloc()
 364 int extHint(struct inode *ip, s64 offset, xad_t * xp)  in extHint()
 424 int extRecord(struct inode *ip, xad_t * xp)  in extRecord()
 456 int extFill(struct inode *ip, xad_t * xp)  in extFill()
 
 | 
| D | jfs_imap.c | 694 		xtpage_t *p, *xp;  in diWrite()  local737 		xtpage_t *p, *xp;  in diWrite()  local
 762 		dtpage_t *p, *xp;  in diWrite()  local
 
 | 
| /linux-4.4.14/net/xfrm/ | 
| D | xfrm_user.c | 1345 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut,  in copy_templates()1443 static void copy_from_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p)  in copy_from_user_policy()
 1455 static void copy_to_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p, int dir)  in copy_to_user_policy()
 1472 	struct xfrm_policy *xp = xfrm_policy_alloc(net, GFP_KERNEL);  in xfrm_policy_construct()  local
 1506 	struct xfrm_policy *xp;  in xfrm_add_policy()  local
 1546 static int copy_to_user_tmpl(struct xfrm_policy *xp, struct sk_buff *skb)  in copy_to_user_tmpl()
 1583 static inline int copy_to_user_sec_ctx(struct xfrm_policy *xp, struct sk_buff *skb)  in copy_to_user_sec_ctx()
 1615 static int dump_one_policy(struct xfrm_policy *xp, int dir, int count, void *ptr)  in dump_one_policy()
 1680 					  struct xfrm_policy *xp,  in xfrm_policy_netlink()
 1709 	struct xfrm_policy *xp;  in xfrm_get_policy()  local
 [all …]
 
 | 
| D | xfrm_policy.c | 180 	struct xfrm_policy *xp = (struct xfrm_policy *)data;  in xfrm_policy_timer()  local3089 static void xfrm_audit_common_policyinfo(struct xfrm_policy *xp,  in xfrm_audit_common_policyinfo()
 3123 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid)  in xfrm_audit_policy_add()
 3137 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result,  in xfrm_audit_policy_delete()
 
 | 
| D | xfrm_state.c | 1698 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c)  in km_policy_notify()
 | 
| /linux-4.4.14/arch/sh/lib/ | 
| D | div64-generic.c | 10 uint32_t __div64_32(u64 *xp, u32 y)  in __div64_32()
 | 
| /linux-4.4.14/net/key/ | 
| D | af_key.c | 1854 static int check_reqid(struct xfrm_policy *xp, int dir, int count, void *ptr)  in check_reqid()1888 parse_ipsecrequest(struct xfrm_policy *xp, struct sadb_x_ipsecrequest *rq)  in parse_ipsecrequest()
 1939 parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol)  in parse_ipsecrequests()
 1957 static inline int pfkey_xfrm_policy2sec_ctx_size(const struct xfrm_policy *xp)  in pfkey_xfrm_policy2sec_ctx_size()
 1969 static int pfkey_xfrm_policy2msg_size(const struct xfrm_policy *xp)  in pfkey_xfrm_policy2msg_size()
 1991 static struct sk_buff * pfkey_xfrm_policy2msg_prep(const struct xfrm_policy *xp)  in pfkey_xfrm_policy2msg_prep()
 2005 static int pfkey_xfrm_policy2msg(struct sk_buff *skb, const struct xfrm_policy *xp, int dir)  in pfkey_xfrm_policy2msg()
 2160 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c)  in key_notify_policy()
 2196 	struct xfrm_policy *xp;  in pfkey_spdadd()  local
 2310 	struct xfrm_policy *xp;  in pfkey_spddelete()  local
 [all …]
 
 | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | pgtable-2level.h | 37 #define pgd_clear(xp)				do { } while (0)  argument66 #define ptep_get_and_clear(mm,addr,xp)	__pte(xchg(&(xp)->pte, 0))  argument
 
 | 
| D | pgtable.h | 178 #define pte_clear(mm,addr,xp)	do { set_pte_at(mm, addr, xp, __pte(0)); } while (0)  argument182 #define pmd_clear(xp)	do { set_pmd(xp, __pmd(0)); } while (0)  argument
 
 | 
| /linux-4.4.14/drivers/xen/ | 
| D | sys-hypervisor.c | 391 	struct xen_pmu_params xp;  in pmu_mode_store()  local416 	struct xen_pmu_params xp;  in pmu_mode_show()  local
 441 	struct xen_pmu_params xp;  in pmu_features_store()  local
 460 	struct xen_pmu_params xp;  in pmu_features_show()  local
 
 | 
| /linux-4.4.14/include/linux/input/ | 
| D | as5011.h | 16 	char xp, xn; /* threshold for x axis */  member
 | 
| /linux-4.4.14/lib/mpi/ | 
| D | mpi-pow.c | 157 		mpi_ptr_t xp;  in mpi_powm()  local
 | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | pgtable-3level.h | 47 #define pud_clear(xp)	do { set_pud(xp, __pud(0)); } while (0)  argument
 | 
| D | pgtable_64.h | 38 	unsigned long long *xp = (unsigned long long *) pteptr;  in set_pte()  local230 #define pte_clear(mm,addr,xp)	(set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY)))  argument
 
 | 
| D | pgtable_32.h | 325 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0)  argument329 #define pmd_clear(xp)	do { set_pmd(xp, __pmd(0)); } while (0)  argument
 
 | 
| /linux-4.4.14/arch/x86/xen/ | 
| D | pmu.c | 515 	struct xen_pmu_params xp;  in xen_pmu_init()  local557 	struct xen_pmu_params xp;  in xen_pmu_finish()  local
 
 | 
| /linux-4.4.14/arch/cris/include/asm/ | 
| D | pgtable.h | 97 #define pte_clear(mm,addr,xp)	do { pte_val(*(xp)) = 0; } while (0)  argument105 #define pmd_clear(xp)	do { pmd_val(*(xp)) = 0; } while (0)  argument
 
 | 
| /linux-4.4.14/arch/c6x/include/asm/ | 
| D | pgtable.h | 35 #define pmd_clear(xp)		do { set_pmd(xp, __pmd(0)); } while (0)  argument
 | 
| /linux-4.4.14/drivers/misc/sgi-xp/ | 
| D | xp_main.c | 32 struct device *xp = &xp_dbg_subname;  variable
 | 
| /linux-4.4.14/arch/blackfin/include/asm/ | 
| D | pgtable.h | 28 #define pmd_clear(xp)		do { set_pmd(xp, __pmd(0)); } while (0)  argument
 | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | pgtable.h | 110 #define pte_clear(mm, addr, xp)	do { pte_val(*(xp)) = 0; } while (0)  argument116 #define pmd_clear(xp)		do { pmd_val(*(xp)) = 0; } while (0)  argument
 
 | 
| /linux-4.4.14/arch/um/include/asm/ | 
| D | pgtable.h | 97 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE))  argument103 #define pmd_clear(xp)	do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0)  argument
 
 | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | pgtable.h | 219 #define pte_clear(mm, addr, xp)				\  argument226 #define pmd_clear(xp)	do { set_pmd(xp, __pmd(0)); } while (0)  argument
 294 #define pgd_clear(xp)				do { } while (0)  argument
 
 | 
| /linux-4.4.14/drivers/input/touchscreen/ | 
| D | s3c2410_ts.c | 81 	unsigned long xp;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/dec/tulip/ | 
| D | xircom_cb.c | 441 	struct xircom_private *xp = netdev_priv(dev);  in xircom_open()  local488 	struct xircom_private *xp = netdev_priv(dev);  in xircom_poll_controller()  local
 
 | 
| /linux-4.4.14/arch/openrisc/include/asm/ | 
| D | pgtable.h | 225 #define pte_clear(mm, addr, xp)	do { pte_val(*(xp)) = 0; } while (0)  argument230 #define pmd_clear(xp)	do { pmd_val(*(xp)) = 0; } while (0)  argument
 
 | 
| /linux-4.4.14/security/selinux/ | 
| D | xfrm.c | 176 				      struct xfrm_policy *xp,  in selinux_xfrm_state_pol_flow_match()
 | 
| D | avc.c | 67 	struct extended_perms xp;  member
 | 
| /linux-4.4.14/drivers/bus/ | 
| D | arm-ccn.c | 144 		} xp;  member187 	struct arm_ccn_component *xp;  member
 884 	struct arm_ccn_component *xp;  in arm_ccn_pmu_xp_dt_config()  local
 1066 	u32 xp, offset, val;  in arm_ccn_pmu_event_config()  local
 
 | 
| /linux-4.4.14/net/ipv4/ | 
| D | inet_fragment.c | 309 		struct sk_buff *xp = fp->next;  in inet_frag_destroy()  local
 | 
| D | ip_fragment.c | 314 		struct sk_buff *xp = fp->next;  in ip_frag_reinit()  local
 | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | pgtable.h | 355 #define pte_clear(mm,addr,xp)	do { set_pte_at(mm, addr, xp, __pte(0)); } while (0)  argument360 #define pmd_clear(xp)	do { __set_pmd(xp, 0); } while(0)  argument
 
 | 
| /linux-4.4.14/arch/score/include/asm/ | 
| D | pgtable.h | 104 #define pte_clear(mm, addr, xp)		\  argument
 | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | pgtable.h | 272 #define pmd_clear(xp)			do { pmd_val(*(xp)) = 0; } while (0)  argument
 | 
| /linux-4.4.14/lib/ | 
| D | inflate.c | 348   unsigned *xp;                 /* pointer into x */  in huft_build()  local
 | 
| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | pgtable.h | 183 #define pte_clear(mm,addr,xp)					\  argument
 | 
| /linux-4.4.14/arch/m68k/fpsp040/ | 
| D | res_func.S | 1683 xp:  label
 | 
| /linux-4.4.14/drivers/media/common/saa7146/ | 
| D | saa7146_hlp.c | 73 	u32 xim = 0, xp = 0, xsci =0;  in calculate_h_scale_registers()  local
 | 
| /linux-4.4.14/net/sunrpc/ | 
| D | xprtsock.c | 918 	__be32 *xp;  in xs_local_data_read_skb()  local996 	__be32 *xp;  in xs_udp_data_read_skb()  local
 
 | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | pgtable.h | 324 #define pgd_clear(xp)				do { } while (0)  argument
 | 
| /linux-4.4.14/include/net/ | 
| D | xfrm.h | 554 static inline struct net *xp_net(const struct xfrm_policy *xp)  in xp_net()737 static inline void xfrm_audit_policy_add(struct xfrm_policy *xp, int result,  in xfrm_audit_policy_add()
 742 static inline void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result,  in xfrm_audit_policy_delete()
 
 | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | pgtable.h | 294 #define pte_clear(mm, addr, xp)  set_pte_at(mm, addr, xp, __pte(0))  argument
 | 
| /linux-4.4.14/net/netfilter/ | 
| D | x_tables.c | 462 	struct xt_af *xp = &xt[af];  in xt_compat_add_offset()  local
 | 
| /linux-4.4.14/drivers/gpu/drm/savage/ | 
| D | savage_drv.h | 447 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \  argument
 | 
| /linux-4.4.14/include/linux/ | 
| D | security.h | 1417 			struct xfrm_policy *xp, const struct flowi *fl)  in security_xfrm_state_pol_flow_match()
 | 
| /linux-4.4.14/security/ | 
| D | security.c | 1450 				       struct xfrm_policy *xp,  in security_xfrm_state_pol_flow_match()
 |