Searched refs:outer (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/include/net/ |
D | inet_ecn.h | 43 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument 45 outer &= ~INET_ECN_MASK; in INET_ECN_encapsulate() 46 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate() 48 return outer; in INET_ECN_encapsulate() 190 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument 193 switch (outer & INET_ECN_MASK) { in INET_ECN_decapsulate() 204 if (INET_ECN_is_ce(outer)) in INET_ECN_decapsulate()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/uniphier/ |
D | cache-uniphier.txt | 1 UniPhier outer cache controller 3 UniPhier SoCs are integrated with a full-custom outer cache controller system.
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_decode.h | 356 | with base and/or outer displacement 390 1: printf PDECODE,"0" | null outer displacement 393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement 396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 25 "marvell,aurora-outer-cache": Marvell Controller designed to be 26 compatible with the ARM one with outer cache mode.
|
D | fw-cfg.txt | 46 (corresponding to the above outer protocol) is zero.
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 555 Feroceon TLB (v4wbi with non-outer-cachable page table walks). 876 The outer cache has a outer_cache_fns.sync function pointer 877 that can be used to drain the write buffer of the outer cache. 909 bool "Enable the L2x0 outer cache controller" if MIGHT_HAVE_CACHE_L2X0 963 on systems with an outer cache, the store buffer is drained 978 bool "Enable the UniPhier outer cache controller" 984 This option enables the UniPhier outer cache (system cache)
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 273 // $r5 - outer loop counter
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | armada-370.dtsi | 129 compatible = "marvell,aurora-outer-cache";
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 59 ## outer calling routine takes care of save and restore of XMM registers
|
/linux-4.4.14/Documentation/networking/ |
D | pktgen.txt | 180 outer label=16,middle label=32,
|
D | openvswitch.txt | 198 and therefore will not misinterpret them. (Also, the outer eth_type
|
/linux-4.4.14/mm/ |
D | swapfile.c | 2794 goto outer; in add_swap_count_continuation() 2859 outer: in add_swap_count_continuation()
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 172 of the finger actually touching the glass, and one outer region formed by
|
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 1259 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 1299 if (!$outer || $level <= 1) {
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1969 another command unless we are on the outer level. Fixes bug
|