| /linux/include/linux/ | 
| H A D | namei.h | 43 #define LOOKUP_NO_SYMLINKS	BIT(24) /* No symlink crossing. */ 44 #define LOOKUP_NO_MAGICLINKS	BIT(25) /* No nd_jump_link() crossing. */ 45 #define LOOKUP_NO_XDEV		BIT(26) /* No mountpoint crossing. */
  | 
| /linux/drivers/net/ethernet/intel/i40e/ | 
| H A D | i40e_lan_hmc.h | 16  * The sizes of the variables may be larger than needed due to crossing byte 49 * The sizes of the variables may be larger than needed due to crossing byte
  | 
| /linux/tools/perf/pmu-events/arch/x86/amdzen4/ | 
| H A D | memory.json | 100     "BriefDescription": "64B misaligned (cacheline crossing) loads.", 106     "BriefDescription": "4kB misaligned (page crossing) loads.",
  | 
| /linux/drivers/usb/host/ | 
| H A D | ohci-mem.c | 50 		0 /* no page-crossing issues */);  in ohci_mem_init() 57 		0 /* no page-crossing issues */);  in ohci_mem_init()
  | 
| /linux/block/ | 
| H A D | opal_proto.h | 389 	 * bit 0: range crossing 449 	 * bit 0: range crossing
  | 
| /linux/fs/nfs/ | 
| H A D | namespace.c | 134  * nfs_d_automount - Handle crossing a mountpoint on the server 258  * nfs_do_submount - set up mountpoint when crossing a filesystem boundary
  | 
| /linux/tools/testing/selftests/bpf/progs/ | 
| H A D | verifier_bounds.c | 263 __description("bounds check after truncation of non-boundary-crossing range") 302 __description("bounds check after truncation of boundary-crossing range (1)") 344 __description("bounds check after truncation of boundary-crossing range (2)") 1041 __description("bound check with JMP_JLT for crossing 64-bit signed boundary") 1067 __description("bound check with JMP_JSLT for crossing 64-bit signed boundary") 1123 __description("bound check with JMP32_JLT for crossing 32-bit signed boundary") 1149 __description("bound check with JMP32_JSLT for crossing 32-bit signed boundary")
  | 
| H A D | test_sk_assign.c | 186 	 * fail to verify because we're crossing pointer types.  in bpf_sk_assign_test()
  | 
| /linux/arch/riscv/include/asm/ | 
| H A D | barrier.h | 48  * this in order to avoid any IO crossing a scheduling boundary.  In both
  | 
| /linux/tools/perf/pmu-events/arch/x86/amdzen3/ | 
| H A D | memory.json | 294     "BriefDescription": "The number of 4KB misaligned (i.e., page crossing) loads.", 300     "BriefDescription": "The number of 64B misaligned (i.e., cacheline crossing) loads.",
  | 
| /linux/drivers/block/drbd/ | 
| H A D | drbd_actlog.c | 243 	/* for bios crossing activity log extent boundaries,  in drbd_al_begin_io_fastpath() 251 	/* FIXME figure out a fast path for bios crossing AL extent boundaries */  in drbd_al_begin_io_fastpath() 260 	/* for bios crossing activity log extent boundaries,  in drbd_al_begin_io_prepare() 487 	/* for bios crossing activity log extent boundaries,  in drbd_al_begin_io_nonblock() 546 	/* for bios crossing activity log extent boundaries,  in drbd_al_complete_io()
  | 
| /linux/Documentation/admin-guide/ | 
| H A D | syscall-user-dispatch.rst | 22 invoking the kernel, when crossing the compatibility layer API
  | 
| /linux/arch/powerpc/include/asm/book3s/32/ | 
| H A D | kup.h | 157 	 * In case of unaligned store crossing two segments, emulate store.  in __bad_kuap_fault()
  | 
| /linux/sound/soc/codecs/ | 
| H A D | adau1781.c | 218 	SND_SOC_DAPM_SUPPLY("Zero Crossing Detector", ADAU1781_DIG_PWDN1, 2, 0, 252 	{ "Beep Mixer", NULL, "Zero Crossing Detector" },
  | 
| H A D | max9877.c | 77 	SOC_SINGLE("MAX9877 Zero-crossing detection Switch",
  | 
| /linux/kernel/trace/ | 
| H A D | trace_clock.c | 51  * but not completely incorrect when crossing CPUs either.
  | 
| /linux/Documentation/devicetree/bindings/spi/ | 
| H A D | spi-peripheral-props.yaml | 98       to repeat the commands when crossing a chip boundary. The size of
  | 
| /linux/arch/m68k/kernel/ | 
| H A D | sys_m68k.c | 161 	      /* Recompute physical address when crossing a page  in cache_flush_040() 322 	      /* Recompute physical address when crossing a page  in cache_flush_060()
  | 
| /linux/Documentation/devicetree/bindings/media/ | 
| H A D | microchip,csi2dc.yaml | 58       in which CSI2DC will perform clock crossing. This clock must be fed
  | 
| /linux/drivers/net/wireless/ti/wl1251/ | 
| H A D | tx.h | 51  *    TX complete indication was requested in tx_control or per crossing
  | 
| /linux/Documentation/admin-guide/cgroup-v1/ | 
| H A D | hugetlb.rst | 101 receive a SIGBUS if it's crossing its limit.
  | 
| /linux/Documentation/devicetree/bindings/memory-controllers/ | 
| H A D | st,stm32-fmc2-ebi-props.yaml | 79       crossing page boundary.
  | 
| /linux/net/ethtool/ | 
| H A D | eeprom.c | 168 	 * EEPROM page without crossing low page boundary located at offset 128.  in eeprom_parse_request()
  | 
| /linux/arch/arm64/lib/ | 
| H A D | strlen.S | 71 	   in the main loop using aligned loads.  Since strings crossing a
  | 
| /linux/arch/x86/mm/ | 
| H A D | mmap.c | 187  * Therefore ignore address hints which would result in a mapping crossing
  |