| /linux/arch/x86/coco/sev/ |
| H A D | noinstr.c | 58 new_ist = old_ist = __this_cpu_read(cpu_tss_rw.x86_tss.ist[IST_INDEX_VC]); in __sev_es_ist_enter() 76 this_cpu_write(cpu_tss_rw.x86_tss.ist[IST_INDEX_VC], new_ist); in __sev_es_ist_enter() 81 unsigned long ist; in __sev_es_ist_exit() local 84 ist = __this_cpu_read(cpu_tss_rw.x86_tss.ist[IST_INDEX_VC]); in __sev_es_ist_exit() 86 if (WARN_ON(ist == __this_cpu_ist_top_va(VC))) in __sev_es_ist_exit() 90 this_cpu_write(cpu_tss_rw.x86_tss.ist[IST_INDEX_VC], *(unsigned long *)ist); in __sev_es_ist_exit()
|
| /linux/drivers/irqchip/ |
| H A D | irq-gic-v5-irs.c | 70 void *ist; in gicv5_irs_init_ist_linear() local 93 ist = kzalloc(l2istsz, GFP_KERNEL); in gicv5_irs_init_ist_linear() 94 if (!ist) in gicv5_irs_init_ist_linear() 98 dcache_clean_inval_poc((unsigned long)ist, in gicv5_irs_init_ist_linear() 99 (unsigned long)ist + l2istsz); in gicv5_irs_init_ist_linear() 111 gicv5_global_data.ist.l2 = false; in gicv5_irs_init_ist_linear() 113 baser = (virt_to_phys(ist) & GICV5_IRS_IST_BASER_ADDR_MASK) | in gicv5_irs_init_ist_linear() 119 kfree(ist); in gicv5_irs_init_ist_linear() 122 kmemleak_ignore(ist); in gicv5_irs_init_ist_linear() 165 gicv5_global_data.ist.l2_size = BIT(11 + (2 * l2sz) + 1); in gicv5_irs_init_ist_two_level() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ibmebus.h | 56 int ibmebus_request_irq(u32 ist, irq_handler_t handler, 59 void ibmebus_free_irq(u32 ist, void *dev_id);
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | ibmebus.c | 235 int ibmebus_request_irq(u32 ist, irq_handler_t handler, in ibmebus_request_irq() argument 239 unsigned int irq = irq_create_mapping(NULL, ist); in ibmebus_request_irq() 248 void ibmebus_free_irq(u32 ist, void *dev_id) in ibmebus_free_irq() argument 250 unsigned int irq = irq_find_mapping(NULL, ist); in ibmebus_free_irq()
|
| /linux/arch/x86/include/asm/ |
| H A D | desc.h | 81 unsigned dpl, unsigned ist, unsigned seg) in pack_gate() argument 91 gate->bits.ist = ist; in pack_gate() 96 gate->bits.ist = 0; in pack_gate()
|
| H A D | desc_defs.h | 120 u16 ist : 3, member
|
| /linux/drivers/gpib/include/ |
| H A D | gpib_types.h | 128 void (*parallel_poll_response)(struct gpib_board *board, int ist); 323 unsigned ist : 1; member
|
| H A D | nec7210.h | 109 struct nec7210_priv *priv, int ist);
|
| H A D | tms9914.h | 113 struct tms9914_priv *priv, int ist);
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 228 unsigned int dio_line, int sense, int ist) in set_ppoll_reg() argument 232 if (enable && ((sense && ist) || (!sense && !ist))) { in set_ppoll_reg() 246 set_ppoll_reg(priv, priv->ppoll_enable, priv->ppoll_line, priv->ppoll_sense, board->ist); in tms9914_parallel_poll_configure() 251 struct tms9914_priv *priv, int ist) in tms9914_parallel_poll_response() argument 253 set_ppoll_reg(priv, priv->ppoll_enable, priv->ppoll_line, priv->ppoll_sense, ist); in tms9914_parallel_poll_response()
|
| /linux/scripts/ |
| H A D | unifdef.c | 330 struct stat ist, ost; in main() local 332 fstat(fileno(input), &ist) == 0) in main() 333 overwriting = (ist.st_dev == ost.st_dev in main() 334 && ist.st_ino == ost.st_ino); in main() 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|
| /linux/tools/power/cpupower/po/ |
| H A D | de.po | 62 msgstr "Prozessorkern ist nicht im Leerlauf" 66 msgstr "Prozessorkern ist in einem Ruhezustand" 128 "nur einer von: -t, -l, -m ist erlaubt\n" 144 msgstr " *ist offline\n" 309 msgstr " kein oder ein unbekannter cpufreq-Treiber ist auf dieser CPU aktiv\n" 368 msgstr " momentane CPU-Frequenz ist " 521 "Für die mit * markierten Argumente ist das Weglassen des Arguments\n" 612 "1. Das Weglassen des Arguments -c oder --cpu ist gleichbedeutend mit der " 626 "1. Sofern kein -c oder --cpu-Parameter angegeben ist, wird '--cpu 0'\n" 654 "userspace-Regler ist nicht verfügbar,\n" [all …]
|
| /linux/drivers/gpib/hp_82335/ |
| H A D | hp82335.c | 141 static void hp82335_parallel_poll_response(struct gpib_board *board, int ist) in hp82335_parallel_poll_response() argument 145 tms9914_parallel_poll_response(board, &priv->tms9914_priv, ist); in hp82335_parallel_poll_response()
|
| /linux/drivers/gpib/cec/ |
| H A D | cec_gpib.c | 156 static void cec_parallel_poll_response(struct gpib_board *board, int ist) in cec_parallel_poll_response() argument 160 nec7210_parallel_poll_response(board, &priv->nec7210_priv, ist); in cec_parallel_poll_response()
|
| /linux/include/uapi/linux/ |
| H A D | gpib_ioctl.h | 81 unsigned ist : 1; member
|
| /linux/Documentation/scheduler/ |
| H A D | sched-eevdf.rst | 37 [1] https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=805acf7726282721504c8f00575d91eb…
|
| /linux/drivers/gpib/pc2/ |
| H A D | pc2_gpib.c | 201 static void pc2_parallel_poll_response(struct gpib_board *board, int ist) in pc2_parallel_poll_response() argument 205 nec7210_parallel_poll_response(board, &priv->nec7210_priv, ist); in pc2_parallel_poll_response()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2379 tss->x86_tss.ist[IST_INDEX_DF] = __this_cpu_ist_top_va(DF); in tss_setup_ist() 2380 tss->x86_tss.ist[IST_INDEX_NMI] = __this_cpu_ist_top_va(NMI); in tss_setup_ist() 2381 tss->x86_tss.ist[IST_INDEX_DB] = __this_cpu_ist_top_va(DB); in tss_setup_ist() 2382 tss->x86_tss.ist[IST_INDEX_MCE] = __this_cpu_ist_top_va(MCE); in tss_setup_ist() 2384 tss->x86_tss.ist[IST_INDEX_VC] = __this_cpu_ist_top_va(VC); in tss_setup_ist()
|
| /linux/drivers/gpib/common/ |
| H A D | gpib_os.c | 1764 board->ist = 1; in ppc_ioctl() 1765 board->interface->parallel_poll_response(board, board->ist); in ppc_ioctl() 1767 board->ist = 0; in ppc_ioctl() 1768 board->interface->parallel_poll_response(board, board->ist); in ppc_ioctl() 1838 info.ist = board->ist; in board_info_ioctl()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 804 static bool __ref get_trap_addr(void **addr, unsigned int ist) in get_trap_addr() argument 840 if (WARN_ON(found && ist != 0 && !ist_okay)) in get_trap_addr() 857 if (!get_trap_addr((void **)&addr, val->bits.ist)) in cvt_gate_to_trap()
|
| /linux/arch/x86/kernel/ |
| H A D | idt.c | 24 .bits.ist = _ist, \
|
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 3972 int ist = HCS_IST_VALUE(xhci->hcs_params2); in xhci_ist_microframes() local 3975 ist *= 8; in xhci_ist_microframes() 3976 return ist; in xhci_ist_microframes() 3989 int start_frame, ist, ret = 0; in xhci_get_isoc_frame_id() local 3998 ist = xhci_ist_microframes(xhci); in xhci_get_isoc_frame_id() 4014 start_frame_id = roundup(current_frame_id + ist + 1, 8); in xhci_get_isoc_frame_id() 4279 int ist; in xhci_queue_isoc_tx_prepare() local 4319 ist = xhci_ist_microframes(xhci); in xhci_queue_isoc_tx_prepare() 4320 start_frame += ist + XHCI_CFC_DELAY; in xhci_queue_isoc_tx_prepare()
|
| /linux/Documentation/translations/sp_SP/scheduler/ |
| H A D | sched-eevdf.rst | 52 [1] https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=805acf7726282721504c8f00575d91eb…
|
| /linux/include/linux/irqchip/ |
| H A D | arm-gic-v5.h | 318 } ist; member
|
| /linux/drivers/gpib/hp_82341/ |
| H A D | hp_82341.c | 366 static void hp_82341_parallel_poll_response(struct gpib_board *board, int ist) in hp_82341_parallel_poll_response() argument 370 tms9914_parallel_poll_response(board, &priv->tms9914_priv, ist); in hp_82341_parallel_poll_response()
|