/linux-4.1.27/fs/jfs/ |
D | jfs_extent.c | 86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument 107 if ((hint = addressXAD(xp))) { in extAlloc() 109 nxlen = lengthXAD(xp); in extAlloc() 119 if (offsetXAD(xp) + nxlen == xoff && in extAlloc() 120 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc() 174 XADaddress(xp, nxaddr); in extAlloc() 175 XADlength(xp, nxlen); in extAlloc() 176 XADoffset(xp, xoff); in extAlloc() 177 xp->flag = xflag; in extAlloc() 215 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) in extRealloc() argument [all …]
|
D | jfs_imap.c | 694 xtpage_t *p, *xp; in diWrite() local 708 xp = (xtpage_t *) &dp->di_dirtable; in diWrite() 711 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 716 xad = &xp->xad[XTENTRYSTART]; in diWrite() 718 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() 737 xtpage_t *p, *xp; in diWrite() local 744 xp = &dp->di_xtroot; in diWrite() 747 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 752 xad = &xp->xad[XTENTRYSTART]; in diWrite() 754 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable-2level.h | 35 unsigned long addr, pte_t *xp) in native_pte_clear() argument 37 *xp = native_make_pte(0); in native_pte_clear() 41 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() argument 43 return __pte(xchg(&xp->pte_low, 0)); 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() argument 52 return __pmd(xchg((pmdval_t *)xp, 0)); in native_pmdp_get_and_clear() 55 #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() argument 76 return native_make_pte(xchg(&xp->pte, 0)); in native_ptep_get_and_clear() 80 pte_t ret = *xp; in native_ptep_get_and_clear() 81 native_pte_clear(NULL, 0, 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() argument 89 return native_make_pmd(xchg(&xp->pmd, 0)); in native_pmdp_get_and_clear() 93 pmd_t ret = *xp; in native_pmdp_get_and_clear() 94 native_pmd_clear(xp); in native_pmdp_get_and_clear()
|
D | pgtable-3level.h | 153 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 176 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | Makefile | 5 obj-$(CONFIG_SGI_XP) += xp.o 6 xp-y := xp_main.o 7 xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o 8 xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o 9 xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o 10 xp-$(CONFIG_X86_64) += xp_uv.o
|
D | xp_uv.c | 58 dev_err(xp, "gru_read_gpa() failed, dst_gpa=0x%016lx src_gpa=0x%016lx " in xp_remote_mmr_read() 77 dev_err(xp, "gru_copy_gpa() failed, dst_gpa=0x%016lx src_gpa=0x%016lx " in xp_remote_memcpy_uv() 97 dev_err(xp, "uv_bios_change_memprotect(,, " in xp_expand_memprotect_uv() 108 dev_err(xp, "sn_change_memprotect(,, " in xp_expand_memprotect_uv() 127 dev_err(xp, "uv_bios_change_memprotect(,, " in xp_restrict_memprotect_uv() 138 dev_err(xp, "sn_change_memprotect(,, " in xp_restrict_memprotect_uv()
|
D | xp_sn2.c | 51 dev_err(xp, "can't register nofault code, error=%d\n", ret); in xp_register_nofault_code_sn2() 115 dev_err(xp, "bte_copy() on shub2 failed, error=0x%x dst_pa=" in xp_remote_memcpy_sn2() 119 dev_err(xp, "bte_copy() failed, error=%d dst_pa=0x%016lx " in xp_remote_memcpy_sn2() 141 dev_err(xp, "sn_change_memprotect(,, " in xp_expand_memprotect_sn2() 157 dev_err(xp, "sn_change_memprotect(,, " in xp_restrict_memprotect_sn2()
|
D | xp.h | 352 extern struct device *xp;
|
D | xp_main.c | 32 struct device *xp = &xp_dbg_subname; variable
|
/linux-4.1.27/lib/mpi/ |
D | mpi-pow.c | 157 mpi_ptr_t xp; in mpi_powm() local 163 xp = xp_marker = mpi_alloc_limb_space(2 * (msize + 1)); in mpi_powm() 164 if (!xp) in mpi_powm() 193 mpih_sqr_n_basecase(xp, rp, rsize); in mpi_powm() 209 mpih_sqr_n(xp, rp, rsize, tspace); in mpi_powm() 214 mpihelp_divrem(xp + msize, 0, xp, xsize, in mpi_powm() 220 rp = xp; in mpi_powm() 221 xp = tp; in mpi_powm() 229 (xp, rp, rsize, bp, bsize, in mpi_powm() 234 (xp, rp, rsize, bp, bsize, in mpi_powm() [all …]
|
/linux-4.1.27/net/key/ |
D | af_key.c | 1853 static int check_reqid(struct xfrm_policy *xp, int dir, int count, void *ptr) in check_reqid() argument 1858 for (i=0; i<xp->xfrm_nr; i++) { in check_reqid() 1859 if (xp->xfrm_vec[i].reqid == reqid) in check_reqid() 1887 parse_ipsecrequest(struct xfrm_policy *xp, struct sadb_x_ipsecrequest *rq) in parse_ipsecrequest() argument 1889 struct net *net = xp_net(xp); in parse_ipsecrequest() 1890 struct xfrm_tmpl *t = xp->xfrm_vec + xp->xfrm_nr; in parse_ipsecrequest() 1893 if (xp->xfrm_nr >= XFRM_MAX_DEPTH) in parse_ipsecrequest() 1929 t->encap_family = xp->family; in parse_ipsecrequest() 1933 xp->xfrm_nr++; in parse_ipsecrequest() 1938 parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) in parse_ipsecrequests() argument [all …]
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 1322 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 1327 xp->xfrm_nr = nr; in copy_templates() 1329 struct xfrm_tmpl *t = &xp->xfrm_vec[i]; in copy_templates() 1420 static void copy_from_user_policy(struct xfrm_policy *xp, struct xfrm_userpolicy_info *p) in copy_from_user_policy() argument 1422 xp->priority = p->priority; in copy_from_user_policy() 1423 xp->index = p->index; in copy_from_user_policy() 1424 memcpy(&xp->selector, &p->sel, sizeof(xp->selector)); in copy_from_user_policy() 1425 memcpy(&xp->lft, &p->lft, sizeof(xp->lft)); in copy_from_user_policy() 1426 xp->action = p->action; in copy_from_user_policy() 1427 xp->flags = p->flags; in copy_from_user_policy() [all …]
|
D | xfrm_policy.c | 178 struct xfrm_policy *xp = (struct xfrm_policy *)data; in xfrm_policy_timer() local 184 read_lock(&xp->lock); in xfrm_policy_timer() 186 if (unlikely(xp->walk.dead)) in xfrm_policy_timer() 189 dir = xfrm_policy_id2dir(xp->index); in xfrm_policy_timer() 191 if (xp->lft.hard_add_expires_seconds) { in xfrm_policy_timer() 192 long tmo = xp->lft.hard_add_expires_seconds + in xfrm_policy_timer() 193 xp->curlft.add_time - now; in xfrm_policy_timer() 199 if (xp->lft.hard_use_expires_seconds) { in xfrm_policy_timer() 200 long tmo = xp->lft.hard_use_expires_seconds + in xfrm_policy_timer() 201 (xp->curlft.use_time ? : xp->curlft.add_time) - now; in xfrm_policy_timer() [all …]
|
D | xfrm_state.c | 1698 void km_policy_notify(struct xfrm_policy *xp, int dir, const struct km_event *c) in km_policy_notify() argument 1705 km->notify_policy(xp, dir, c); in km_policy_notify()
|
/linux-4.1.27/arch/sh/lib/ |
D | div64-generic.c | 10 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32() argument 13 uint64_t q = __xdiv64_32(*xp, y); in __div64_32() 15 rem = *xp - q * y; in __div64_32() 16 *xp = q; in __div64_32()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | armada-xp.dtsi | 53 #include "armada-370-xp.dtsi" 57 compatible = "marvell,armadaxp", "marvell,armada-370-xp"; 74 compatible = "marvell,armada-xp-sdram-controller"; 127 compatible = "marvell,armada-370-xp-system-controller"; 132 compatible = "marvell,armada-xp-gating-clock"; 139 compatible = "marvell,armada-xp-core-clock"; 153 compatible = "marvell,armada-xp-cpu-clock"; 163 compatible = "marvell,armada-xp-timer"; 169 compatible = "marvell,armada-xp-wdt"; 180 compatible = "marvell,armada-xp-neta"; [all …]
|
D | armada-xp-mv78230.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp"; 64 enable-method = "marvell,armada-xp-smp"; 90 compatible = "marvell,armada-xp-pcie";
|
D | armada-xp-mv78460.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp"; 66 enable-method = "marvell,armada-xp-smp"; 108 compatible = "marvell,armada-xp-pcie"; 359 compatible = "marvell,armada-xp-neta";
|
D | armada-xp-mv78260.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp"; 65 enable-method = "marvell,armada-xp-smp"; 91 compatible = "marvell,armada-xp-pcie"; 321 compatible = "marvell,armada-xp-neta";
|
D | Makefile | 642 armada-xp-axpwifiap.dtb \ 643 armada-xp-db.dtb \ 644 armada-xp-gp.dtb \ 645 armada-xp-lenovo-ix4-300d.dtb \ 646 armada-xp-linksys-mamba.dtb \ 647 armada-xp-matrix.dtb \ 648 armada-xp-netgear-rn2120.dtb \ 649 armada-xp-openblocks-ax3-4.dtb \ 650 armada-xp-synology-ds414.dtb
|
D | armada-xp-matrix.dts | 48 #include "armada-xp-mv78460.dtsi" 52 …le = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-linksys-mamba.dts | 11 * Based on armada-xp-axpwifiap.dts: 53 #include "armada-xp-mv78230.dtsi" 58 "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-axpwifiap.dts | 55 #include "armada-xp-mv78230.dtsi" 59 … = "marvell,rd-axpwifiap", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-370.dtsi | 52 #include "armada-370-xp.dtsi" 57 compatible = "marvell,armada370", "marvell,armada-370-xp"; 208 compatible = "marvell,armada-370-xp-system-controller";
|
D | armada-xp-openblocks-ax3-4.dts | 50 #include "armada-xp-mv78260.dtsi" 54 …lathome,openblocks-ax3-4", "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-db.dts | 60 #include "armada-xp-mv78460.dtsi" 64 …atible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-gp.dts | 61 #include "armada-xp-mv78460.dtsi" 65 …atible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-lenovo-ix4-300d.dts | 49 #include "armada-xp-mv78230.dtsi" 54 "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-netgear-rn2120.dts | 49 #include "armada-xp-mv78230.dtsi" 53 …= "netgear,readynas-2120", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-xp-synology-ds414.dts | 62 #include "armada-xp-mv78230.dtsi" 67 "marvell,armadaxp", "marvell,armada-370-xp";
|
D | armada-370-mirabox.dts | 51 compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-39x.dtsi | 268 "marvell,armada-370-xp-system-controller"; 302 "marvell,armada-xp-timer";
|
D | armada-38x.dtsi | 353 "marvell,armada-370-xp-system-controller"; 387 "marvell,armada-xp-timer";
|
D | armada-370-rd.dts | 64 compatible = "marvell,a370-rd", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-370-netgear-rn104.dts | 53 compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-370-netgear-rn102.dts | 53 compatible = "netgear,readynas-102", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-370-db.dts | 64 compatible = "marvell,a370-db", "marvell,armada370", "marvell,armada-370-xp";
|
D | armada-370-xp.dtsi | 59 compatible = "marvell,armada-370-xp";
|
D | armada-370-synology-ds213j.dts | 67 "marvell,armada-370-xp";
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | s3c2410_ts.c | 81 unsigned long xp; member 118 ts.xp >>= ts.shift; in touch_timer_fire() 122 __func__, ts.xp, ts.yp, ts.count); in touch_timer_fire() 124 input_report_abs(ts.input, ABS_X, ts.xp); in touch_timer_fire() 130 ts.xp = 0; in touch_timer_fire() 137 ts.xp = 0; in touch_timer_fire() 200 ts.xp += data0; in s3c24xx_ts_conversion()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable-2level.h | 37 #define pgd_clear(xp) do { } while (0) argument 66 #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) argument 182 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | marvell,armada-370-xp-timer.txt | 8 "marvell,armada-xp-timer". 18 Clocks required for compatibles = "marvell,armada-xp-timer", 39 compatible = "marvell,armada-xp-timer";
|
/linux-4.1.27/drivers/bus/ |
D | arm-ccn.c | 144 } xp; member 183 struct arm_ccn_component *xp; member 234 static CCN_FORMAT_ATTR(xp, "config:0-7"); 604 clear_bit(hw->config_base, source->xp.dt_cmp_mask); in arm_ccn_pmu_event_destroy() 735 source = &ccn->xp[node_xp]; in arm_ccn_pmu_event_init() 742 bit = arm_ccn_pmu_alloc_bit(source->xp.dt_cmp_mask, in arm_ccn_pmu_event_init() 804 struct arm_ccn_component *xp; in arm_ccn_pmu_xp_dt_config() local 808 xp = &ccn->xp[CCN_CONFIG_XP(event->attr.config)]; in arm_ccn_pmu_xp_dt_config() 810 xp = &ccn->xp[arm_ccn_node_to_xp( in arm_ccn_pmu_xp_dt_config() 820 val = readl(xp->base + CCN_XP_DT_CONFIG); in arm_ccn_pmu_xp_dt_config() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | mvebu-system-controller.txt | 9 - "marvell,armada-370-xp-system-controller" 16 compatible = "marvell,armada-370-xp-system-controller";
|
D | armada-370-xp-pmsu.txt | 10 - "marvell,armada-370-xp-pmsu" was used for Armada 370/XP but is now 17 armada-370-xp-pmsu@22000 {
|
D | armada-370-xp.txt | 9 compatible: must contain "marvell,armada-370-xp"
|
D | cpus.txt | 196 "marvell,armada-xp-smp"
|
/linux-4.1.27/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() local 42 *(xp) = (x & NPHYS_SIGN) ? (x | NPHYS_MASK) : x; in set_pte() 230 #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) argument 329 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | mvebu-cpu-clock.txt | 5 "marvell,armada-xp-cpu-clock" - cpu clocks for Armada XP 13 compatible = "marvell,armada-xp-cpu-clock";
|
D | mvebu-core-clock.txt | 51 "marvell,armada-xp-core-clock" - For Armada XP SoC core clocks
|
D | mvebu-gated-clock.txt | 168 "marvell,armada-xp-gating-clock" - for Armada XP SoC clock gating
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | pgtable.h | 35 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-sdram-controller.txt | 12 - compatible: for Armada XP, "marvell,armada-xp-sdram-controller" 19 compatible = "marvell,armada-xp-sdram-controller";
|
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 424 struct xt_af *xp = &xt[af]; in xt_compat_add_offset() local 426 if (!xp->compat_tab) { in xt_compat_add_offset() 427 if (!xp->number) in xt_compat_add_offset() 429 xp->compat_tab = vmalloc(sizeof(struct compat_delta) * xp->number); in xt_compat_add_offset() 430 if (!xp->compat_tab) in xt_compat_add_offset() 432 xp->cur = 0; in xt_compat_add_offset() 435 if (xp->cur >= xp->number) in xt_compat_add_offset() 438 if (xp->cur) in xt_compat_add_offset() 439 delta += xp->compat_tab[xp->cur - 1].delta; in xt_compat_add_offset() 440 xp->compat_tab[xp->cur].offset = offset; in xt_compat_add_offset() [all …]
|
/linux-4.1.27/arch/cris/include/asm/ |
D | pgtable.h | 97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) argument 105 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 110 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument 116 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | pgtable.h | 28 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | marvel.txt | 7 "marvell,armada-xp-wdt" 24 Clocks required for compatibles = "marvell,armada-xp-wdt"
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 97 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) argument 103 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0) argument
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 225 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument 230 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 219 #define pte_clear(mm, addr, xp) \ argument 221 set_pte_at((mm), (addr), (xp), __pte(0)); \ 226 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument 294 #define pgd_clear(xp) do { } while (0) argument
|
/linux-4.1.27/drivers/misc/cb710/ |
D | debug.c | 60 const char *const xp = &cb710_xes[8 - t/4]; \ 77 p += sprintf(p, "%s", xp); \
|
/linux-4.1.27/include/linux/input/ |
D | as5011.h | 16 char xp, xn; /* threshold for x axis */ member
|
/linux-4.1.27/lib/ |
D | inflate.c | 348 unsigned *xp; /* pointer into x */ in huft_build() local 425 p = c + 1; xp = x + 2; in huft_build() 427 *xp++ = (j += *p++); in huft_build() 474 xp = c + k; in huft_build() 478 if ((f <<= 1) <= *++xp) in huft_build() 480 f -= *xp; /* else deduct codes from patterns */ in huft_build()
|
/linux-4.1.27/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) argument 360 #define pmd_clear(xp) do { __set_pmd(xp, 0); } while(0) argument
|
/linux-4.1.27/Documentation/arm/ |
D | CCN.txt | 22 defines its index. All crosspoint events require "xp" (index), 44 / # perf stat -C 0 -e ccn/cycles/,ccn/xp_valid_flit,xp=1,port=0,vc=1,dir=1/ \
|
/linux-4.1.27/drivers/clk/mvebu/ |
D | Makefile | 9 obj-$(CONFIG_ARMADA_XP_CLK) += armada-xp.o
|
/linux-4.1.27/drivers/pinctrl/mvebu/ |
D | Makefile | 8 obj-$(CONFIG_PINCTRL_ARMADA_XP) += pinctrl-armada-xp.o
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | xircom_cb.c | 441 struct xircom_private *xp = netdev_priv(dev); in xircom_open() local 442 const int irq = xp->pdev->irq; in xircom_open() 450 xircom_up(xp); in xircom_open() 451 xp->open = 1; in xircom_open() 488 struct xircom_private *xp = netdev_priv(dev); in xircom_poll_controller() local 489 const int irq = xp->pdev->irq; in xircom_poll_controller()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | marvell-armada-370-neta.txt | 4 - compatible: "marvell,armada-370-neta" or "marvell,armada-xp-neta".
|
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 257 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/linux-4.1.27/security/selinux/include/ |
D | xfrm.h | 27 struct xfrm_policy *xp,
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 104 #define pte_clear(mm, addr, xp) \ argument 105 do { set_pte_at(mm, addr, xp, __pte(0)); } while (0)
|
/linux-4.1.27/security/selinux/ |
D | xfrm.c | 179 struct xfrm_policy *xp, in selinux_xfrm_state_pol_flow_match() argument 184 if (!xp->security) in selinux_xfrm_state_pol_flow_match()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 183 #define pte_clear(mm,addr,xp) \ argument 185 set_pte_at(mm, addr, xp, __pte(0)); \
|
/linux-4.1.27/Documentation/arm/Marvell/ |
D | README | 109 …Product Brief: http://www.marvell.com/embedded-processors/armada-xp/assets/Marvell-ArmadaXP-SoC-pr… 110 …Functional Spec: http://www.marvell.com/embedded-processors/armada-xp/assets/ARMADA-XP-Functional-… 112 http://www.marvell.com/embedded-processors/armada-xp/assets/HW_MV78230_OS.PDF 113 http://www.marvell.com/embedded-processors/armada-xp/assets/HW_MV78260_OS.PDF 114 http://www.marvell.com/embedded-processors/armada-xp/assets/HW_MV78460_OS.PDF
|
/linux-4.1.27/include/net/ |
D | xfrm.h | 308 void km_policy_notify(struct xfrm_policy *xp, int dir, 551 static inline struct net *xp_net(const struct xfrm_policy *xp) in xp_net() argument 553 return read_pnet(&xp->xp_net); in xp_net() 592 int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp); 718 void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, bool task_valid); 719 void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, 734 static inline void xfrm_audit_policy_add(struct xfrm_policy *xp, int result, in xfrm_audit_policy_add() argument 739 static inline void xfrm_audit_policy_delete(struct xfrm_policy *xp, int result, in xfrm_audit_policy_delete() argument
|
/linux-4.1.27/drivers/misc/ |
D | Makefile | 27 obj-$(CONFIG_SGI_XP) += sgi-xp/
|
/linux-4.1.27/drivers/clocksource/ |
D | Makefile | 20 obj-$(CONFIG_ARMADA_370_XP_TIMER) += time-armada-370-xp.o
|
/linux-4.1.27/net/ipv4/ |
D | inet_fragment.c | 326 struct sk_buff *xp = fp->next; in inet_frag_destroy() local 330 fp = xp; in inet_frag_destroy()
|
D | ip_fragment.c | 298 struct sk_buff *xp = fp->next; in ip_frag_reinit() local 302 fp = xp; in ip_frag_reinit()
|
/linux-4.1.27/drivers/gpu/drm/savage/ |
D | savage_drv.h | 447 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument 450 ((xp) ? 1<<14 : 0) | \
|
/linux-4.1.27/drivers/irqchip/ |
D | Makefile | 7 obj-$(CONFIG_ARCH_MVEBU) += irq-armada-370-xp.o
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 289 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) argument
|
/linux-4.1.27/Documentation/trace/ |
D | uprobetracer.txt | 95 # cat /proc/`pgrep zsh`/maps | grep /bin/zsh | grep r-xp 96 00400000-0048a000 r-xp 00000000 08:03 130904 /bin/zsh
|
/linux-4.1.27/net/sunrpc/ |
D | xprtsock.c | 917 __be32 *xp; in xs_local_data_ready() local 936 xp = skb_header_pointer(skb, sizeof(rpc_fraghdr), sizeof(_xid), &_xid); in xs_local_data_ready() 937 if (xp == NULL) in xs_local_data_ready() 942 rovr = xprt_lookup_rqst(xprt, *xp); in xs_local_data_ready() 980 __be32 *xp; in xs_udp_data_ready() local 997 xp = skb_header_pointer(skb, sizeof(struct udphdr), in xs_udp_data_ready() 999 if (xp == NULL) in xs_udp_data_ready() 1004 rovr = xprt_lookup_rqst(xprt, *xp); in xs_udp_data_ready()
|
/linux-4.1.27/arch/x86/ |
D | Makefile_32.cpu | 23 # Please note, that patches that add -march=athlon-xp and friends are pointless.
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | mvebu-pci.txt | 7 marvell,armada-xp-pcie 86 compatible = "marvell,armada-xp-pcie";
|
/linux-4.1.27/drivers/input/joystick/ |
D | as5011.c | 194 error = as5011_i2c_write(client, AS5011_XP, plat_dat->xp); in as5011_configure_chip()
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 73 u32 xim = 0, xp = 0, xsci =0; in calculate_h_scale_registers() local 136 xp = 0; in calculate_h_scale_registers() 182 *hps_h_scale |= (xim << 31) | (xp << 24) | (xsci << 12); in calculate_h_scale_registers()
|
/linux-4.1.27/Documentation/networking/ |
D | eql.txt | 204 ducmd -e /etc/slip/dialout/cua2-288.xp -t 9 213 ducmd -e /etc/slip/dialout/cua3-288.xp -t 9
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 324 #define pgd_clear(xp) do { } while (0) argument
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 340 08048000-08049000 r-xp 00000000 03:00 8312 /opt/test 347 a7ed5000-a8008000 r-xp 00000000 03:00 4222 /lib/libc.so.6 351 a800e000-a8022000 r-xp 00000000 03:00 14462 /lib/libpthread.so.0 355 a8027000-a8043000 r-xp 00000000 03:00 8317 /lib/ld-linux.so.2 359 ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso] 391 08048000-08049000 r-xp 00000000 03:00 8312 /opt/test 398 a7ed5000-a8008000 r-xp 00000000 03:00 4222 /lib/libc.so.6 402 a800e000-a8022000 r-xp 00000000 03:00 14462 /lib/libpthread.so.0 406 a8027000-a8043000 r-xp 00000000 03:00 8317 /lib/ld-linux.so.2 410 ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso] [all …]
|
D | coda.txt | 1355 44..2266.. ooddyy__eexxppaanndd
|
/linux-4.1.27/include/linux/ |
D | security.h | 1736 struct xfrm_policy *xp, 2943 struct xfrm_policy *xp, 2998 struct xfrm_policy *xp, const struct flowi *fl) in security_xfrm_state_pol_flow_match() argument
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 242 compatible = "marvell,armada-xp-pcie";
|
/linux-4.1.27/security/ |
D | security.c | 1421 struct xfrm_policy *xp, in security_xfrm_state_pol_flow_match() argument 1424 return security_ops->xfrm_state_pol_flow_match(x, xp, fl); in security_xfrm_state_pol_flow_match()
|
D | capability.c | 832 struct xfrm_policy *xp, in cap_xfrm_state_pol_flow_match() argument
|
/linux-4.1.27/Documentation/DocBook/media/ |
D | fieldseq_tb.gif.b64 | 70 qZ//xp/9eXL/aaCoJaAJultoeQ6QkKEauqEc2qEe+qEgGqIiOqIkmqF9sI8GwQvisKIs2qIu+qIw
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1959 00400000-00478000 r-xp 00000000 5f:00 4103 /bin/bash 1962 40000000-40015000 r-xp 00000000 5f:00 14382 /lib/ld-2.1.2.so 1966 40018000-4001b000 r-xp 00000000 5f:00 14435 /lib/libtermcap.so.2.0.8 1968 4001c000-4010d000 r-xp 00000000 5f:00 14387 /lib/libc-2.1.2.so 1971 40114000-4011e000 r-xp 00000000 5f:00 14408 /lib/libnss_files-2.1.2.so
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | res_func.S | 1431 .long xp
|
/linux-4.1.27/ |
D | MAINTAINERS | 8885 F: drivers/misc/sgi-xp/
|