Home
last modified time | relevance | path

Searched refs:hlt (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/include/linux/
H A Drhashtable.h693 struct rhltable *hlt, const void *key, in rhltable_lookup() argument
696 struct rhash_head *he = __rhashtable_lookup(&hlt->ht, key, params); in rhltable_lookup()
858 struct rhltable *hlt, const void *key, struct rhlist_head *list, in rhltable_insert_key() argument
861 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead, in rhltable_insert_key()
881 struct rhltable *hlt, struct rhlist_head *list, in rhltable_insert() argument
884 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert()
888 return rhltable_insert_key(hlt, key, list, params); in rhltable_insert()
1141 struct rhltable *hlt, struct rhlist_head *list, in rhltable_remove() argument
1144 return __rhashtable_remove_fast(&hlt->ht, &list->rhead, params, true); in rhltable_remove()
1259 static inline void rhltable_walk_enter(struct rhltable *hlt, in rhltable_walk_enter() argument
[all …]
H A Drhashtable-types.h132 int rhltable_init(struct rhltable *hlt,
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_car.S83 hlt
85 hlt
/openbmc/u-boot/arch/x86/cpu/
H A Dstart.S194 hlt
196 hlt
/openbmc/qemu/tests/multiboot/
H A Dstart.S46 hlt
H A Daout_kludge.S128 hlt
/openbmc/linux/arch/x86/kernel/
H A Dsev_verify_cbit.S82 2: hlt
H A Dhead_64.S307 hlt
/openbmc/linux/arch/x86/boot/compressed/
H A Dmem_encrypt.S175 hlt
295 hlt
H A Dhead_64.S593 hlt
/openbmc/qemu/tests/tcg/i386/system/
H A Dboot.S88 hlt
/openbmc/linux/arch/x86/realmode/rm/
H A Dwakeup_asm.S142 hlt
H A Dtrampoline_64.S97 hlt
/openbmc/linux/include/uapi/linux/
H A Dfd.h134 unsigned long hlt; /* Head load/settle time, msec */ member
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S136 hlt
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dboot.S16 #define semihosting_call hlt 0xf000
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsvm_nested_soft_inject_test.c55 hlt(); in l2_guest_code_int()
/openbmc/linux/drivers/block/
H A Dfloppy.c1284 unsigned long hlt; in fdc_specify() local
1333 hlt = DIV_ROUND_UP(drive_params[drive].hlt * scale_dtr / 2, in fdc_specify()
1335 if (hlt < 0x01) in fdc_specify()
1336 hlt = 0x01; in fdc_specify()
1337 else if (hlt > 0x7f) in fdc_specify()
1338 hlt = hlt_max_code; in fdc_specify()
1348 spec2 = (hlt << 1) | (use_virtual_dma & 1); in fdc_specify()
3587 compat_ulong_t hlt; member
3720 drive_params[drive].hlt = v.hlt; in compat_setdrvprm()
3751 v.hlt = drive_params[drive].hlt; in compat_getdrvprm()
/openbmc/u-boot/cmd/
H A Dfdc.c133 unsigned char hlt; /* head load time */ member
294 pCMD->cmd[SPEC_HLT]=(pFG->hlt)<<1; /* head load time */ in fdc_issue_cmd()
/openbmc/linux/lib/
H A Drhashtable.c1090 int rhltable_init(struct rhltable *hlt, const struct rhashtable_params *params) in rhltable_init() argument
1094 err = rhashtable_init(&hlt->ht, params); in rhltable_init()
1095 hlt->ht.rhlist = true; in rhltable_init()
/openbmc/qemu/target/i386/
H A Dhelper.h94 DEF_HELPER_FLAGS_1(hlt, TCG_CALL_NO_WG, noreturn, env)
/openbmc/linux/arch/x86/boot/
H A Dheader.S606 hlt
/openbmc/linux/arch/x86/entry/
H A Dentry_32.S1111 hlt
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c473 #define NPC_SCAN_HDR(name, hlid, hlt, hstart, hlen) \ in npc_scan_ldata() argument
477 if (lid == (hlid) && lt == (hlt)) { \ in npc_scan_ldata()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h794 #define hlt() \ macro

12