Searched refs:hlt (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dsev_verify_cbit.S16 * stack pointer and goes into a hlt loop. The stack-pointer is invalidated to
17 * make sure no interrupt or exception can get the CPU out of the hlt loop.
78 * attacks, invalidate the stack and go into a hlt loop.
82 2: hlt
H A Dhead_64.S306 hlt
/linux-master/include/linux/
H A Drhashtable-types.h132 int rhltable_init(struct rhltable *hlt,
H A Drhashtable.h680 * @hlt: hash table
693 struct rhltable *hlt, const void *key,
696 struct rhash_head *he = __rhashtable_lookup(&hlt->ht, key, params);
843 * @hlt: hash list table
858 struct rhltable *hlt, const void *key, struct rhlist_head *list,
861 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead,
867 * @hlt: hash list table
881 struct rhltable *hlt, struct rhlist_head *list,
884 const char *key = rht_obj(&hlt->ht, &list->rhead);
888 return rhltable_insert_key(hlt, ke
692 rhltable_lookup( struct rhltable *hlt, const void *key, const struct rhashtable_params params) argument
857 rhltable_insert_key( struct rhltable *hlt, const void *key, struct rhlist_head *list, const struct rhashtable_params params) argument
880 rhltable_insert( struct rhltable *hlt, struct rhlist_head *list, const struct rhashtable_params params) argument
1140 rhltable_remove( struct rhltable *hlt, struct rhlist_head *list, const struct rhashtable_params params) argument
1259 rhltable_walk_enter(struct rhltable *hlt, struct rhashtable_iter *iter) argument
1273 rhltable_free_and_destroy(struct rhltable *hlt, void (*free_fn)(void *ptr, void *arg), void *arg) argument
1281 rhltable_destroy(struct rhltable *hlt) argument
[all...]
/linux-master/arch/x86/realmode/rm/
H A Dwakeup_asm.S142 hlt
H A Dtrampoline_64.S99 hlt
/linux-master/include/uapi/linux/
H A Dfd.h134 unsigned long hlt; /* Head load/settle time, msec */ member in struct:floppy_drive_params
/linux-master/arch/x86/boot/compressed/
H A Dmem_encrypt.S174 /* If request fails, go to hlt loop */
175 hlt
294 3: /* Check failed - hlt the machine */
295 hlt
H A Dhead_64.S588 hlt
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsvm_nested_soft_inject_test.c55 hlt();
/linux-master/drivers/block/
H A Dfloppy.c1278 * hlt: 2 to 254 milliseconds
1287 unsigned long hlt; local
1336 hlt = DIV_ROUND_UP(drive_params[drive].hlt * scale_dtr / 2,
1338 if (hlt < 0x01)
1339 hlt = 0x01;
1340 else if (hlt > 0x7f)
1341 hlt = hlt_max_code;
1351 spec2 = (hlt << 1) | (use_virtual_dma & 1);
1957 fdc_specify(current_fdc, current_drive); /* must be done here because of hut, hlt
3591 compat_ulong_t hlt; member in struct:compat_floppy_drive_params
[all...]
/linux-master/lib/
H A Drhashtable.c1083 * @hlt: hash list table to be initialized
1090 int rhltable_init(struct rhltable *hlt, const struct rhashtable_params *params) argument
1094 err = rhashtable_init(&hlt->ht, params);
1095 hlt->ht.rhlist = true;
/linux-master/arch/x86/entry/
H A Dentry_32.S1106 hlt
/linux-master/arch/x86/boot/
H A Dheader.S602 hlt
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c484 #define NPC_SCAN_HDR(name, hlid, hlt, hstart, hlen) \
488 if (lid == (hlid) && lt == (hlt)) { \
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h828 #define hlt() \ macro
830 "hlt\n" \
/linux-master/arch/x86/kvm/
H A Demulate.c4386 DI(ImplicitOps | Priv, hlt), D(ImplicitOps),
5332 case 0xf4: /* hlt */

Completed in 347 milliseconds