Home
last modified time | relevance | path

Searched refs:lose (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/qemu/disas/
H A Dsparc.c89 unsigned long lose; /* Bits that must not be set. */ member
1246 #define br(opcode, mask, lose, flags) \ argument
1247 { opcode, (mask)|ANNUL, (lose), ",a l", (flags), v6 }, \
1248 { opcode, (mask) , (lose)|ANNUL, "l", (flags), v6 }
1250 #define brx(opcode, mask, lose, flags) /* v9 */ \ argument
1251 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), "Z,G", (flags), v9 }, \
1252 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), ",T Z,G", (flags), v9 }, \
1253 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a Z,G", (flags), v9 }, \
1254 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a,T Z,G", (flags), v9 }, \
1255 { opcode, (mask)|(2<<20), ANNUL|BPRED|(lose), ",N Z,G", (flags), v9 }, \
[all …]
/openbmc/u-boot/arch/arc/lib/
H A Dstart.S97 /* Make sure we don't lose GD overwritten by zero new GD */
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-set-tone.rst43 setting a tone may interfere on other devices, as they may lose the
H A Dfe-set-voltage.rst46 setting a voltage level may interfere on other devices, as they may lose
/openbmc/linux/Documentation/filesystems/
H A Docfs2.rst79 This means that if you lose your power, you will lose
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch10 therefore disable the check for clang here, we lose no functionality
/openbmc/linux/net/rxrpc/
H A Dio_thread.c188 static int lose; in rxrpc_input_packet() local
189 if ((lose++ & 7) == 7) { in rxrpc_input_packet()
H A Doutput.c388 static int lose; in rxrpc_send_data_packet() local
389 if ((lose++ & 7) == 7) { in rxrpc_send_data_packet()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst34 there is still a scenario when we can lose soft dirty bits -- a task
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend24 # we lose communication with the BIC.
/openbmc/linux/Documentation/power/
H A Dswsusp.rst29 they won't be accessible after resume and you may lose data, as though
403 anything, not even read-only mount, or you are going to lose your
443 I suspend to disk, I can lose data unless the filesystem has been mounted
447 That's right ... if you disconnect that device, you may lose data.
448 In fact, even with "-o sync" you can lose data if your programs have
/openbmc/linux/include/trace/events/
H A Drxrpc.h1111 rxrpc_serial_t serial, u8 flags, bool retrans, bool lose),
1113 TP_ARGS(call, seq, serial, flags, retrans, lose),
1123 __field(bool, lose)
1134 __entry->lose = lose;
1145 __entry->lose ? " *LOSE*" : "")
/openbmc/webui-vue/docs/guide/coding-standards/
H A Daccessibility.md10 lose sales or be susceptible to discriminatory lawsuits.
/openbmc/linux/drivers/mmc/host/
H A Ddavinci_mmc.c743 bool lose = true; in mmc_davinci_set_ios() local
752 lose = false; in mmc_davinci_set_ios()
757 if (lose) in mmc_davinci_set_ios()
/openbmc/linux/Documentation/input/joydev/
H A Djoystick-api.rst135 is much safer since it can't lose sync with the driver. As you would
199 If time between reads is enough to fill the queue and lose an event,
/openbmc/linux/Documentation/filesystems/nfs/
H A Dreexport.rst29 case when the reexport server reboots. Clients will lose any locks
/openbmc/linux/Documentation/hwmon/
H A Dw83793.rst25 This parameter is not recommended, it will lose motherboard specific
/openbmc/linux/drivers/usb/core/
H A DKconfig26 devices that lose power get reenumerated as if they had been
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst57 so that you won't lose any data at the end of your battery life.
115 comfortable with. Worst case, it's possible that you could lose this
230 # comfortable with. Worst case, it's possible that you could lose this
344 # comfortable with. Worst case, it's possible that you could lose this
/openbmc/linux/Documentation/networking/dsa/
H A Dbcm_sf2.rst22 fail-over not to lose packets during a MoCA role re-election, as well as out of
/openbmc/linux/Documentation/i2c/
H A Dfault-codes.rst43 Returned by I2C adapters when they lose arbitration in master
/openbmc/docs/testing/
H A Dlocal-ci-build.md120 Then commit this, so you can make sure not to lose it if you update the scripts
/openbmc/linux/arch/m68k/q40/
H A DREADME19 When something blocks interrupts (HD) it will lose some of them, so far
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst23 returned by the tuner, simulating a device that can lose/reacquire a lock
476 the demodulator can eventually lose the lock on the signal, since the tuner will
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch120 "Reverting the file will lose those changes.\n"
265 "Reverting the file will lose those changes.\n"

1234