/linux/arch/x86/include/asm/ |
H A D | pgtable-2level.h | 44 unsigned long addr, pte_t *xp) in native_pte_clear() 50 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() 55 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 59 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() 64 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument 68 static inline pud_t native_pudp_get_and_clear(pud_t *xp) in native_pudp_get_and_clear() 73 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) argument
|
H A D | pgtable-3level.h | 118 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 119 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument 120 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) argument
|
/linux/net/ipv6/ila/ |
H A D | ila_xlat.c | 18 struct ila_xlat_params xp; member 61 struct ila_xlat_params *xp) in ila_cmp_params() 96 struct ila_xlat_params *xp) in parse_nl_config() 139 static inline struct ila_map *ila_lookup_by_params(struct ila_xlat_params *xp, in ila_lookup_by_params() 200 static int ila_add_mapping(struct net *net, struct ila_xlat_params *xp) in ila_add_mapping() 283 static int ila_del_mapping(struct net *net, struct ila_xlat_params *xp) in ila_del_mapping() 361 struct ila_xlat_params xp; in ila_xlat_nl_cmd_del_mapping() local 466 struct ila_xlat_params xp; in ila_xlat_nl_cmd_get_mapping() local
|
/linux/fs/jfs/ |
H A D | jfs_extent.c | 70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() 197 int extHint(struct inode *ip, s64 offset, xad_t * xp) in extHint() 257 int extRecord(struct inode *ip, xad_t * xp) in extRecord()
|
H A D | jfs_imap.c | 676 xtroot_t *p, *xp; in diWrite() local 719 xtroot_t *p, *xp; in diWrite() local 744 dtpage_t *p, *xp; in diWrite() local
|
/linux/net/xfrm/ |
H A D | xfrm_user.c | 2015 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() 2151 static void copy_from_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p) in copy_from_user_policy() 2163 static void copy_to_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p, int dir) in copy_to_user_policy() 2184 struct xfrm_policy *xp = xfrm_policy_alloc(net, GFP_KERNEL); in xfrm_policy_construct() local 2231 struct xfrm_policy *xp; in xfrm_add_policy() local 2273 static int copy_to_user_tmpl(struct xfrm_policy *xp, struct sk_buff *skb) in copy_to_user_tmpl() 2313 static inline int copy_to_user_sec_ctx(struct xfrm_policy *xp, struct sk_buff *skb) in copy_to_user_sec_ctx() 2347 static int dump_one_policy(struct xfrm_policy *xp, int dir, int count, void *ptr) in dump_one_policy() 2431 struct xfrm_policy *xp, in xfrm_policy_netlink() 2550 struct xfrm_policy *xp; in xfrm_get_policy() local [all …]
|
H A D | xfrm_device.c | 350 int xfrm_dev_policy_add(struct net *net, struct xfrm_policy *xp, in xfrm_dev_policy_add()
|
/linux/net/key/ |
H A D | af_key.c | 1909 static int check_reqid(struct xfrm_policy *xp, int dir, int count, void *ptr) in check_reqid() 1943 parse_ipsecrequest(struct xfrm_policy *xp, struct sadb_x_policy *pol, in parse_ipsecrequest() 1995 parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) in parse_ipsecrequests() 2017 static inline int pfkey_xfrm_policy2sec_ctx_size(const struct xfrm_policy *xp) in pfkey_xfrm_policy2sec_ctx_size() 2029 static int pfkey_xfrm_policy2msg_size(const struct xfrm_policy *xp) in pfkey_xfrm_policy2msg_size() 2051 static struct sk_buff * pfkey_xfrm_policy2msg_prep(const struct xfrm_policy *xp) in pfkey_xfrm_policy2msg_prep() 2065 static int pfkey_xfrm_policy2msg(struct sk_buff *skb, const struct xfrm_policy *xp, int dir) in pfkey_xfrm_policy2msg() 2215 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy() 2253 struct xfrm_policy *xp; in pfkey_spdadd() local 2367 struct xfrm_policy *xp; in pfkey_spddelete() local [all …]
|
/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 110 #define p4d_clear(xp) do { p4d_val(*(xp)) = 0; } while (0) argument 132 #define pud_clear(xp) do { pud_val(*(xp)) = 0; } while (0) argument 158 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux/drivers/xen/ |
H A D | sys-hypervisor.c | 476 struct xen_pmu_params xp; in pmu_mode_store() local 501 struct xen_pmu_params xp; in pmu_mode_show() local 526 struct xen_pmu_params xp; in pmu_features_store() local 545 struct xen_pmu_params xp; in pmu_features_show() local
|
/linux/arch/sh/lib/ |
H A D | div64-generic.c | 11 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32()
|
/linux/include/linux/input/ |
H A D | as5011.h | 12 char xp, xn; /* threshold for x axis */ member
|
/linux/lib/crypto/mpi/ |
H A D | mpi-pow.c | 152 mpi_ptr_t xp; in mpi_powm() local
|
/linux/arch/sh/include/asm/ |
H A D | pgtable-3level.h | 50 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0) argument
|
H A D | pgtable_32.h | 329 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux/arch/um/include/asm/ |
H A D | pgtable.h | 81 #define pte_clear(mm, addr, xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEEDSYNC)) argument 87 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEEDSYNC; } while (0) argument
|
/linux/drivers/spi/ |
H A D | spi-bcm-qspi.c | 291 const struct bcm_qspi_parms *xp) in bcm_qspi_calc_spbr() 612 const struct bcm_qspi_parms *xp) in bcm_qspi_hw_set_parms() 697 struct bcm_qspi_parms xp; in bcm_qspi_update_parms() local 708 struct bcm_qspi_parms *xp; in bcm_qspi_setup() local 1240 struct bcm_qspi_parms *xp = spi_get_ctldata(spi); in bcm_qspi_cleanup() local
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument 210 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux/drivers/misc/sgi-xp/ |
H A D | xp_main.c | 33 struct device *xp = &xp_dbg_subname; variable
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | xircom_cb.c | 440 struct xircom_private *xp = netdev_priv(dev); in xircom_open() local 487 struct xircom_private *xp = netdev_priv(dev); in xircom_poll_controller() local
|
/linux/drivers/bus/ |
H A D | qcom-ebi2.c | 249 const struct ebi2_xmem_prop *xp = &xmem_props[i]; in qcom_ebi2_setup_chipselect() local
|
/linux/drivers/iio/chemical/ |
H A D | sgp40.c | 108 u32 x, y, xp; in sgp40_exp() local
|
/linux/security/selinux/ |
H A D | xfrm.c | 171 struct xfrm_policy *xp, in selinux_xfrm_state_pol_flow_match()
|
/linux/drivers/perf/ |
H A D | arm-cmn.c | 436 const struct arm_cmn_node *xp, int port) in arm_cmn_device_connect_info() 497 static void arm_cmn_show_logid(struct seq_file *s, const struct arm_cmn_node *xp, int p, int d) in arm_cmn_show_logid() 533 struct arm_cmn_node *xp = cmn->xps + xp_base; in arm_cmn_map_show() local 2114 static void arm_cmn_init_dtm(struct arm_cmn_dtm *dtm, struct arm_cmn_node *xp, int idx) in arm_cmn_init_dtm() 2159 struct arm_cmn_node *dn, *xp; in arm_cmn_init_dtcs() local 2335 struct arm_cmn_node *xp = dn++; in arm_cmn_discover() local
|
/linux/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 74 u32 xim = 0, xp = 0, xsci =0; in calculate_h_scale_registers() local
|