Home
last modified time | relevance | path

Searched refs:immediate (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/arm/firmware/
H A Dsdei.txt18 Note that the immediate field of the trapping instruction must be set
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c605 error = memwrite(vm, vcpuid, gpa, vie->immediate, size, arg); in emulate_mov()
614 val = vie->immediate & size2mask[size]; in emulate_mov()
1071 result = val1 & vie->immediate; in emulate_and()
1159 result = val1 | vie->immediate; in emulate_or()
1263 rflags2 = getcc(size, op1, vie->immediate); in emulate_cmp()
1307 rflags2 = getandflags(size, op1, vie->immediate); in emulate_test()
1716 bitoff = vie->immediate & bitmask; in emulate_bittest()
2767 vie->immediate = u.signed8; in decode_immediate()
2769 vie->immediate = u.signed16; in decode_immediate()
2771 vie->immediate = u.signed32; in decode_immediate()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dxx_ext.h260 int XX_ScheduleTask(t_TaskletHandle h_Tasklet, int immediate);
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dst,sta350.txt93 - st,bridge-immediate-off:
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dpsci.yaml28 Note that the immediate field of the trapping instruction must be set
/f-stack/freebsd/kern/
H A Dkern_event.c417 bool exiting, immediate; in filt_procattach() local
419 exiting = immediate = false; in filt_procattach()
446 immediate = true; /* Force immediate activation of child note. */ in filt_procattach()
464 if (immediate || (exiting && filt_proc(kn, NOTE_EXIT))) in filt_procattach()
/f-stack/freebsd/contrib/ncsw/user/env/
H A Dxx.c454 XX_ScheduleTask(t_TaskletHandle h_Tasklet, int immediate) in XX_ScheduleTask() argument
/f-stack/freebsd/amd64/include/
H A Dvmm.h594 int64_t immediate; /* optional immediate operand */ member
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst205 with immediate effect once the port is started.
H A Dswitch_representation.rst386 immediate port ID a flow rule is associated with, these attributes keep
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DINSTALL.md177 Enable support for optional immediate termination due to out-of-memory
/f-stack/freebsd/netinet/
H A Dsctp_pcb.c3295 sctp_inpcb_free(struct sctp_inpcb *inp, int immediate, int from) in sctp_inpcb_free() argument
3324 SCTP_PRINTF("This conflict in free SHOULD not be happening! from %d, imm %d\n", from, immediate); in sctp_inpcb_free()
3356 if (immediate == SCTP_FREE_SHOULD_USE_GRACEFUL_CLOSE) { in sctp_inpcb_free()
3512 if (immediate != SCTP_FREE_SHOULD_USE_GRACEFUL_CLOSE) { in sctp_inpcb_free()
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js239 PROTOTYPE.destroy = function(immediate) { argument
288 if(immediate !== TRUE && this.rendered) {
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst373 processors, and can cause a possible performance drop. The immediate workaround
H A Drelease_18_11.rst588 can cause a possible performance drop. The immediate workaround is to use
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-link.m4619 dnl Most likely an immediate library name.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst783 - POWER: Send an immediate command, max, min, and so on.
/f-stack/freebsd/contrib/zlib/
H A DChangeLog6 - Permit immediate deflateParams changes before any deflate input
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt16932 Implemented immediate resolution of the AML Constant opcodes
17489 immediate abort of the currently executing method or interface.