Home
last modified time | relevance | path

Searched refs:bof (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/admin-guide/LSM/
H A Dtomoyo.rst48 https://osdn.jp/projects/tomoyo/docs/lfj2008-bof.pdf
/openbmc/linux/drivers/s390/char/
H A Dtape.h221 unsigned int bof; member
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_regs.h417 uint32_t bof : 1; member
421 uint32_t bof : 1;
/openbmc/linux/Documentation/accel/
H A Dintroduction.rst110 …rs BOF outcomes summary <https://airlied.blogspot.com/2022/09/accelerators-bof-outcomes-summary.ht…
/openbmc/linux/drivers/dma/idxd/
H A Dregisters.h370 u32 bof:1; /* block on fault */ member
H A Dsysfs.c809 bool bof; in wq_block_on_fault_store() local
821 rc = kstrtobool(buf, &bof); in wq_block_on_fault_store()
825 if (bof) { in wq_block_on_fault_store()
H A Ddevice.c961 wq->wqcfg->bof = 1; in idxd_wq_config_write()