/openbmc/u-boot/arch/arm/cpu/armv7m/ |
H A D | cache.c | 163 isb(); /* Make sure instruction stream sees it */ in action_cache_range() 195 isb(); /* Make sure instruction stream sees it */ in action_dcache_all() 214 isb(); /* Make sure instruction stream sees it */ in dcache_enable() 232 isb(); /* Make sure instruction stream sees it */ in dcache_disable() 303 isb(); /* Make sure instruction stream sees it */ in invalidate_icache_all() 316 isb(); /* Make sure instruction stream sees it */ in icache_enable()
|
H A D | mpu.c | 29 isb(); /* Make sure instruction stream sees it */ in enable_mpu()
|
/openbmc/linux/arch/mips/sgi-ip32/ |
H A D | ip32-dma.c | 10 * 1. CPU sees memory as two chunks: 0-256M@0x0, and the rest @0x40000000+256M 11 * 2. PCI sees memory as one big chunk @0x0 (or we could use 0x40000000 for
|
/openbmc/linux/include/xen/interface/io/ |
H A D | ring.h | 229 virt_wmb(); /* back sees requests /before/ updated producer index */\ 234 virt_wmb(); /* front sees resps /before/ updated producer index */ \ 271 virt_wmb(); /* back sees requests /before/ updated producer index */\ 273 virt_mb(); /* back sees new requests /before/ we check req_event */ \ 281 virt_wmb(); /* front sees resps /before/ updated producer index */ \ 283 virt_mb(); /* front sees new resps /before/ we check rsp_event */ \
|
/openbmc/qemu/include/hw/xen/interface/io/ |
H A D | ring.h | 268 xen_wmb(); /* back sees requests /before/ updated producer index */ \ 273 xen_wmb(); /* front sees resps /before/ updated producer index */ \ 310 xen_wmb(); /* back sees requests /before/ updated producer index */ \ 312 xen_mb(); /* back sees new requests /before/ we check req_event */ \ 320 xen_wmb(); /* front sees resps /before/ updated producer index */ \ 322 xen_mb(); /* front sees new resps /before/ we check rsp_event */ \
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | kfree_skb.c | 128 /* fentry sees full packet including L2 header */ in BPF_PROG() 146 /* fexit sees packet without L2 header that eth_type_trans should have in BPF_PROG()
|
/openbmc/linux/include/linux/ |
H A D | objtool.h | 89 * making automatic CFI adjustments when it sees pushes and pops, filling out 90 * the debuginfo as necessary. It will also warn if it sees any
|
/openbmc/linux/fs/ |
H A D | internal.h | 130 * mnt_is_readonly() making sure if mnt_is_readonly() sees SB_RDONLY in sb_start_ro_state_change() 134 * makes sure if __mnt_want_write() sees MNT_WRITE_HOLD already in sb_start_ro_state_change() 150 * This barrier pair ensure that when mnt_is_readonly() sees in sb_end_ro_state_change()
|
/openbmc/linux/include/asm-generic/ |
H A D | syscall.h | 93 * If @error is zero, the user sees a successful system call with a 95 * code; the user sees a failed system call with this errno code.
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | cache_v7.c | 91 /* Full system ISB - make sure the instruction stream sees it */ in v7_inval_tlb() 198 /* ISB - make sure the instruction stream sees it */ in invalidate_icache_all()
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | process.c | 91 /* Child sees zero return value */ in copy_thread() 107 * Parent sees new pid -- not necessary, not even possible at in copy_thread()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Symlinks | 8 else) sees fit. There have no formal restrictions or
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | locking.txt | 5 CPU holding a given lock sees any changes previously seen or made by any 18 Any CPU holding a given lock sees any changes previously seen 22 given lock sees all changes made by any CPU during the time that CPU was
|
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | instrumentation-filter-template | 10 # instrument the fuzzer entry-point so libFuzzer always sees at least some
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | subcore.h | 8 #define SYNC_STEP_UNSPLIT 1 /* Set by secondary when it sees unsplit */
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_interrupt.c | 80 * sees all the above writes. in kfd_interrupt_init() 92 * after we have unlocked sees interrupts_active = false. in kfd_interrupt_exit()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | module.lds.h | 11 * name in the .ko file. The kernel module loader warns if it sees
|
/openbmc/linux/Documentation/litmus-tests/rcu/ |
H A D | RCU+sync+read.litmus | 7 * sees all stores done in prior RCU read-side critical sections. Such
|
/openbmc/linux/scripts/ |
H A D | tools-support-relr.sh | 18 # sees a relr section. So we need to check that nothing is printed to stderr.
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 532 #define SEES(text) SEND_EGRESS_ERR_STATUS_##text##_ERR_SMASK macro 534 /* 0*/ FLAG_ENTRY0("TxPktIntegrityMemCorErr", SEES(TX_PKT_INTEGRITY_MEM_COR)), 535 /* 1*/ FLAG_ENTRY0("TxPktIntegrityMemUncErr", SEES(TX_PKT_INTEGRITY_MEM_UNC)), 538 SEES(TX_EGRESS_FIFO_UNDERRUN_OR_PARITY)), 539 /* 4*/ FLAG_ENTRY0("TxLinkdownErr", SEES(TX_LINKDOWN)), 540 /* 5*/ FLAG_ENTRY0("TxIncorrectLinkStateErr", SEES(TX_INCORRECT_LINK_STATE)), 543 SEES(TX_PIO_LAUNCH_INTF_PARITY)), 545 SEES(TX_SDMA_LAUNCH_INTF_PARITY)), 548 SEES(TX_SBRD_CTL_STATE_MACHINE_PARITY)), 549 /*12*/ FLAG_ENTRY0("TxIllegalVLErr", SEES(TX_ILLEGAL_VL)), [all …]
|
/openbmc/u-boot/common/ |
H A D | cli.c | 85 /* the built-in parser will change our string if it sees \n */ in run_command_list() 100 * This function will overwrite any \n it sees with a \0, which in run_command_list()
|
/openbmc/linux/Documentation/devicetree/ |
H A D | changesets.rst | 16 receiver sees a complete and consistent state of the tree when it
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | LoadPin.rst | 17 LoadPin starts pinning when it sees the first file loaded. If the
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
H A D | notes.rst | 22 emulator sees a multiply of a double and extended, it promotes the double to
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_gsc_uc_heci_cmd_submit.h | 32 * as it sees fit.
|