Searched refs:outer (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/arm/mm/ |
D | Kconfig | 559 Feroceon TLB (v4wbi with non-outer-cachable page table walks). 867 The outer cache has a outer_cache_fns.sync function pointer 868 that can be used to drain the write buffer of the outer cache. 900 bool "Enable the L2x0 outer cache controller" if MIGHT_HAVE_CACHE_L2X0 954 on systems with an outer cache, the store buffer is drained
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | armada-370.dtsi | 129 compatible = "marvell,aurora-outer-cache";
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 273 // $r5 - outer loop counter
|
/linux-4.1.27/Documentation/networking/ |
D | pktgen.txt | 160 outer label=16,middle label=32,
|
D | openvswitch.txt | 198 and therefore will not misinterpret them. (Also, the outer eth_type
|
/linux-4.1.27/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.1.27/mm/ |
D | swapfile.c | 2763 goto outer; in add_swap_count_continuation() 2828 outer: in add_swap_count_continuation()
|
/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 172 of the finger actually touching the glass, and one outer region formed by
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 1215 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 1255 if (!$outer || $level <= 1) {
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1969 another command unless we are on the outer level. Fixes bug
|